Home
last modified time | relevance | path

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

/fs/cifs/
Dsmb2pdu.h241 __le16 DataLength; member
255 __le16 DataLength; member
545 __le32 DataLength; member
860 __le32 DataLength; member
891 __le32 DataLength; member
Dsmb2pdu.c424 pneg_ctxt->DataLength = cpu_to_le16(38); in build_preauth_ctxt()
435 pneg_ctxt->DataLength = cpu_to_le16(6); in build_encrypt_ctxt()
1446 buf->ccontext.DataLength = cpu_to_le32(16); in create_durable_buf()
1469 buf->ccontext.DataLength = cpu_to_le32(16); in create_reconnect_durable_buf()
1546 buf->ccontext.DataLength = cpu_to_le32(sizeof(struct durable_context_v2)); in create_durable_v2_buf()
1577 buf->ccontext.DataLength = in create_reconnect_durable_v2_buf()
2717 *nbytes = le32_to_cpu(rsp->DataLength); in SMB2_read()
2761 written = le32_to_cpu(rsp->DataLength); in smb2_writev_callback()
2946 *nbytes = le32_to_cpu(rsp->DataLength); in SMB2_write()
Dsmb2misc.c316 *len = le32_to_cpu(((struct smb2_read_rsp *)hdr)->DataLength); in smb2_get_data_area_len()
Dsmb2ops.c992 return le32_to_cpu(rsp->DataLength); in smb2_read_data_length()
2079 buf->ccontext.DataLength = cpu_to_le32(sizeof(struct lease_context)); in smb2_create_lease_buf()
2106 buf->ccontext.DataLength = cpu_to_le32(sizeof(struct lease_context_v2)); in smb3_create_lease_buf()
Dsmb1ops.c94 le16_to_cpu(rsp->DataLength); in cifs_read_data_length()
Dcifspdu.h1097 __le16 DataLength; member
Dcifssmb.c1783 data_length += le16_to_cpu(pSMBr->DataLength); in CIFSSMBRead()