Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Dcifspdu.h909 __le16 DataLengthHigh; member
971 __le16 DataLengthHigh; member
H A Dsmb1ops.c134 return (le16_to_cpu(rsp->DataLengthHigh) << 16) + in cifs_read_data_length()
H A Dcifssmb.c1573 int data_length = le16_to_cpu(pSMBr->DataLengthHigh); in CIFSSMBRead()
1698 pSMB->DataLengthHigh = cpu_to_le16(bytes_sent >> 16); in CIFSSMBWrite()
1870 req->DataLengthHigh = cpu_to_le16(wdata->subreq.len >> 16); in cifs_async_writev()
1954 pSMB->DataLengthHigh = cpu_to_le16(count >> 16); in CIFSSMBWrite2()