Home
last modified time | relevance | path

Searched refs:DataLength (Results 1 – 10 of 10) sorted by relevance

/fs/smb/common/
A Dsmb2pdu.h264 __le16 DataLength; member
461 __le16 DataLength; member
477 __le16 DataLength; member
495 __le16 DataLength; member
517 __le16 DataLength; member
533 __le16 DataLength; member
548 __le16 DataLength; member
589 __le16 DataLength; member
599 __le16 DataLength; member
770 __le32 DataLength; member
[all …]
/fs/smb/server/
A Doplock.c1450 buf->ccontext.DataLength = cpu_to_le32(sizeof(struct lease_context_v2)); in create_lease_buf()
1467 buf->ccontext.DataLength = cpu_to_le32(sizeof(struct lease_context)); in create_lease_buf()
1498 if (sizeof(struct lease_context_v2) == le32_to_cpu(cc->DataLength)) { in parse_lease_state()
1501 if (le16_to_cpu(cc->DataOffset) + le32_to_cpu(cc->DataLength) < in parse_lease_state()
1517 if (le16_to_cpu(cc->DataOffset) + le32_to_cpu(cc->DataLength) < in parse_lease_state()
1567 value_len = le32_to_cpu(cc->DataLength); in smb2_find_context_vals()
1602 buf->ccontext.DataLength = cpu_to_le32(8); in create_durable_rsp_buf()
1626 buf->ccontext.DataLength = cpu_to_le32(8); in create_durable_v2_rsp_buf()
1654 buf->ccontext.DataLength = cpu_to_le32(8); in create_mxac_rsp_buf()
1676 buf->ccontext.DataLength = cpu_to_le32(32); in create_disk_id_rsp_buf()
[all …]
A Dsmb2pdu.c778 pneg_ctxt->DataLength = cpu_to_le16(38); in build_preauth_ctxt()
790 pneg_ctxt->DataLength = cpu_to_le16(4); in build_encrypt_ctxt()
800 pneg_ctxt->DataLength = in build_sign_cap_ctxt()
1029 clen = le16_to_cpu(pctx->DataLength); in deassemble_neg_contexts()
2658 le32_to_cpu(context->DataLength) < in smb2_create_sd_buffer()
2736 le32_to_cpu(context->DataLength) < in parse_durable_handle_context()
2776 le32_to_cpu(context->DataLength) < in parse_durable_handle_context()
2808 le32_to_cpu(context->DataLength) < in parse_durable_handle_context()
2931 le32_to_cpu(context->DataLength) < in smb2_open()
6652 rsp->DataLength = cpu_to_le32(nbytes); in smb2_read_pipe()
[all …]
/fs/smb/client/
A Dsmb2pdu.c592 pneg_ctxt->DataLength = cpu_to_le16(38); in build_preauth_ctxt()
603 pneg_ctxt->DataLength = in build_compression_ctxt()
936 + le16_to_cpu(pctx->DataLength); in smb311_decode_neg_context()
985 buf->ccontext.DataLength = cpu_to_le32(4); in create_posix_buf()
2359 dlen = le32_to_cpu(cc->DataLength); in smb2_parse_contexts()
2482 buf->ccontext.DataLength = in create_reconnect_durable_v2_buf()
2572 buf->ccontext.DataLength = cpu_to_le32(8); in create_twarp_buf()
2738 buf->ccontext.DataLength = cpu_to_le32(0); in create_query_id_buf()
4794 *nbytes = le32_to_cpu(rsp->DataLength); in SMB2_read()
4853 written = le32_to_cpu(rsp->DataLength); in smb2_writev_callback()
[all …]
A Dreparse.c587 cc->ctx.DataLength = cpu_to_le32(dlen); in ea_create_context()
687 len = le32_to_cpu(cc->ctx.DataLength); in mknod_wsl()
A Dsmb2misc.c361 *len = le32_to_cpu(((struct smb2_read_rsp *)shdr)->DataLength); in smb2_get_data_area_len()
A Dsmb1ops.c89 le16_to_cpu(rsp->DataLength); in cifs_read_data_length()
A Dcifspdu.h1095 __le16 DataLength; member
A Dsmb2ops.c1968 return le32_to_cpu(rsp->DataLength); in smb2_read_data_length()
4100 buf->ccontext.DataLength = cpu_to_le32(sizeof(struct lease_context)); in smb2_create_lease_buf()
4129 buf->ccontext.DataLength = cpu_to_le32(sizeof(struct lease_context_v2)); in smb3_create_lease_buf()
A Dcifssmb.c1520 data_length += le16_to_cpu(pSMBr->DataLength); in CIFSSMBRead()

Completed in 76 milliseconds