Home
last modified time | relevance | path

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

/openbmc/linux/fs/smb/client/
H A Dcifspdu.h485 __le16 ByteCount; member
509 __u16 ByteCount; member
564 __le16 ByteCount; member
584 __le16 ByteCount; member
601 __u16 ByteCount; member
620 __le16 ByteCount; member
634 __u16 ByteCount; member
695 __le16 ByteCount; member
707 __u16 ByteCount; member
720 __u16 ByteCount; member
[all …]
H A Dcifssmb.c443 pSMB->ByteCount = cpu_to_le16(count); in CIFSSMBNegotiate()
724 pSMB->ByteCount = cpu_to_le16(byte_count); in CIFSPOSIXDelFile()
769 pSMB->ByteCount = cpu_to_le16(name_len + 1); in CIFSSMBDelFile()
813 pSMB->ByteCount = cpu_to_le16(name_len + 1); in CIFSSMBRmDir()
857 pSMB->ByteCount = cpu_to_le16(name_len + 1); in CIFSSMBMkDir()
935 pSMB->ByteCount = cpu_to_le16(byte_count); in CIFSPOSIXCreate()
1099 pSMB->ByteCount = cpu_to_le16(count); in SMBLegacyOpen()
1223 req->ByteCount = cpu_to_le16(count); in CIFS_open()
1353 smb->ByteCount = 0; in cifs_async_readv()
1358 smbr->ByteCount = 0; in cifs_async_readv()
[all …]
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 Dsmb1ops.c1003 u32 plen = le16_to_cpu(io->ByteCount); in cifs_parse_reparse_point()
H A Dconnect.c3844 pSMB->ByteCount = cpu_to_le16(count); in CIFSTCon()
H A Dsmb2ops.c2016 dup_ext_buf.ByteCount = cpu_to_le64(len); in smb2_duplicate_extents()
/openbmc/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;
/openbmc/linux/fs/smb/server/
H A Dsmb_common.c286 if (le16_to_cpu(req->ByteCount) < 2) in ksmbd_negotiate_smb_dialect()
290 le16_to_cpu(req->ByteCount) > smb_buf_length) { in ksmbd_negotiate_smb_dialect()
295 req->ByteCount); in ksmbd_negotiate_smb_dialect()
586 neg_rsp->ByteCount = 0; in smb_handle_negotiate()
H A Dsmb_common.h202 __le16 ByteCount; member
209 __le16 ByteCount; member
H A Dsmb2pdu.c155 err_rsp->ByteCount = 0; in smb2_set_err_rsp()
8296 length = le64_to_cpu(dup_ext->ByteCount); in smb2_ioctl()
/openbmc/linux/fs/smb/common/
H A Dsmb2pdu.h192 __le32 ByteCount; /* even if zero, at least one byte follows */ member
1414 __le64 ByteCount; /* Bytes to be copied */ member
1424 __le64 ByteCount; /* Bytes to be copied */ member