Home
last modified time | relevance | path

Searched refs:ByteCount (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/staging/rtl8712/
H A Drtl871x_io.h132 u32 ByteCount:7; member
151 u32 ByteCount:7;
172 u32 ByteCount:7; member
192 u32 ByteCount:7;
/linux/fs/smb/client/
H A Dsmb2file.c38 if (le32_to_cpu(err->ByteCount) < len || iov->iov_len < len + sizeof(*err) + 1) in symlink_data()
54 } else if (le32_to_cpu(err->ByteCount) >= sizeof(*sym) && in symlink_data()
H A Dconnect.c3778 pSMB->ByteCount = cpu_to_le16(count); in CIFSTCon()
H A Dsmb2ops.c2058 dup_ext_buf.ByteCount = cpu_to_le64(len); in smb2_duplicate_extents()
/linux/fs/smb/common/
H A Dsmb2pdu.h192 __le32 ByteCount; /* even if zero, at least one byte follows */ member
1416 __le64 ByteCount; /* Bytes to be copied */ member
1426 __le64 ByteCount; /* Bytes to be copied */ member
/linux/fs/smb/server/
H A Dsmb2pdu.c153 err_rsp->ByteCount = 0; in smb2_set_err_rsp()
8239 length = le64_to_cpu(dup_ext->ByteCount); in smb2_ioctl()