Home
last modified time | relevance | path

Searched refs:DataLengthHigh (Results 1 – 3 of 3) sorted by relevance

/fs/cifs/
Dcifspdu.h1026 __le16 DataLengthHigh; member
1088 __le16 DataLengthHigh; member
Dsmb1ops.c92 return (le16_to_cpu(rsp->DataLengthHigh) << 16) + in cifs_read_data_length()
Dcifssmb.c1702 int data_length = le16_to_cpu(pSMBr->DataLengthHigh); in CIFSSMBRead()
1835 pSMB->DataLengthHigh = cpu_to_le16(bytes_sent >> 16); in CIFSSMBWrite()
2078 smb->DataLengthHigh = cpu_to_le16(wdata->bytes >> 16); in cifs_async_writev()
2158 pSMB->DataLengthHigh = cpu_to_le16(count >> 16); in CIFSSMBWrite2()