Home
last modified time | relevance | path

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

/linux-6.6.21/fs/smb/client/
Dcifspdu.h995 __le16 DataLengthHigh; member
1057 __le16 DataLengthHigh; member
Dsmb1ops.c85 return (le16_to_cpu(rsp->DataLengthHigh) << 16) + in cifs_read_data_length()
Dcifssmb.c1449 int data_length = le16_to_cpu(pSMBr->DataLengthHigh); in CIFSSMBRead()
1572 pSMB->DataLengthHigh = cpu_to_le16(bytes_sent >> 16); in CIFSSMBWrite()
1717 smb->DataLengthHigh = cpu_to_le16(wdata->bytes >> 16); in cifs_async_writev()
1798 pSMB->DataLengthHigh = cpu_to_le16(count >> 16); in CIFSSMBWrite2()