Home
last modified time | relevance | path

Searched refs:DataLengthHigh (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/fs/cifs/
H A Dcifspdu.h1042 __le16 DataLengthHigh; member
1104 __le16 DataLengthHigh; member
H A Dsmb1ops.c83 return (le16_to_cpu(rsp->DataLengthHigh) << 16) + in cifs_read_data_length()
H A Dcifssmb.c1808 int data_length = le16_to_cpu(pSMBr->DataLengthHigh); in CIFSSMBRead()
1931 pSMB->DataLengthHigh = cpu_to_le16(bytes_sent >> 16); in CIFSSMBWrite()
2255 smb->DataLengthHigh = cpu_to_le16(wdata->bytes >> 16); in cifs_async_writev()
2336 pSMB->DataLengthHigh = cpu_to_le16(count >> 16); in CIFSSMBWrite2()
/kernel/linux/linux-6.6/fs/smb/client/
H A Dcifspdu.h995 __le16 DataLengthHigh; member
1057 __le16 DataLengthHigh; member
H A Dsmb1ops.c85 return (le16_to_cpu(rsp->DataLengthHigh) << 16) + in cifs_read_data_length()
H A 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()

Completed in 33 milliseconds