Home
last modified time | relevance | path

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

/fs/cifs/
Dsmb2pdu.h229 __le16 DataLength; member
243 __le16 DataLength; member
533 __le32 DataLength; member
839 __le32 DataLength; member
870 __le32 DataLength; member
Dsmb2pdu.c339 pneg_ctxt->DataLength = cpu_to_le16(38); in build_preauth_ctxt()
350 pneg_ctxt->DataLength = cpu_to_le16(6); in build_encrypt_ctxt()
1241 buf->ccontext.DataLength = cpu_to_le32(16); in create_durable_buf()
1264 buf->ccontext.DataLength = cpu_to_le32(16); in create_reconnect_durable_buf()
1341 buf->ccontext.DataLength = cpu_to_le32(sizeof(struct durable_context_v2)); in create_durable_v2_buf()
1372 buf->ccontext.DataLength = in create_reconnect_durable_v2_buf()
2333 *nbytes = le32_to_cpu(rsp->DataLength); in SMB2_read()
2378 written = le32_to_cpu(rsp->DataLength); in smb2_writev_callback()
2549 *nbytes = le32_to_cpu(rsp->DataLength); in SMB2_write()
Dsmb2ops.c730 return le32_to_cpu(rsp->DataLength); in smb2_read_data_length()
1487 buf->ccontext.DataLength = cpu_to_le32(sizeof(struct lease_context)); in smb2_create_lease_buf()
1514 buf->ccontext.DataLength = cpu_to_le32(sizeof(struct lease_context_v2)); in smb3_create_lease_buf()
Dsmb2misc.c305 *len = le32_to_cpu(((struct smb2_read_rsp *)hdr)->DataLength); in smb2_get_data_area_len()
Dsmb1ops.c94 le16_to_cpu(rsp->DataLength); in cifs_read_data_length()
Dcifspdu.h1097 __le16 DataLength; member
Dcifssmb.c1742 data_length += le16_to_cpu(pSMBr->DataLength); in CIFSSMBRead()