Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Dsmb1pdu.h384 __u16 ByteCount; member
439 __le16 ByteCount; member
459 __le16 ByteCount; member
476 __u16 ByteCount; member
495 __le16 ByteCount; member
509 __u16 ByteCount; member
575 __le16 ByteCount; member
587 __u16 ByteCount; member
600 __u16 ByteCount; member
637 __le16 ByteCount; member
[all …]
H A Dcifssmb.c469 pSMB->ByteCount = cpu_to_le16(count); in CIFSSMBNegotiate()
606 pSMB->ByteCount = cpu_to_le16(count); in CIFSTCon()
896 pSMB->ByteCount = cpu_to_le16(byte_count); in CIFSPOSIXDelFile()
943 pSMB->ByteCount = cpu_to_le16(name_len + 1); in CIFSSMBDelFile()
989 pSMB->ByteCount = cpu_to_le16(name_len + 1); in CIFSSMBRmDir()
1035 pSMB->ByteCount = cpu_to_le16(name_len + 1); in CIFSSMBMkDir()
1114 pSMB->ByteCount = cpu_to_le16(byte_count); in CIFSPOSIXCreate()
1297 pSMB->ByteCount = cpu_to_le16(count); in SMBLegacyOpen()
1423 req->ByteCount = cpu_to_le16(count); in CIFS_open()
1615 smb->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.c1253 *plen = le16_to_cpu(io->ByteCount); in cifs_get_reparse_point_buffer()
H A Dsmb2ops.c2192 dup_ext_buf.ByteCount = cpu_to_le64(len); in smb2_duplicate_extents()
/linux/fs/smb/server/
H A Dsmb_common.c309 if (le16_to_cpu(req->ByteCount) < 2) in ksmbd_negotiate_smb_dialect()
313 le16_to_cpu(req->ByteCount) > smb_buf_length) { in ksmbd_negotiate_smb_dialect()
318 req->ByteCount); in ksmbd_negotiate_smb_dialect()
610 neg_rsp->ByteCount = 0; in smb_handle_negotiate()
H A Dsmb_common.h90 __le16 ByteCount; member
H A Dsmb2pdu.c167 err_rsp->ByteCount = 0; in smb2_set_err_rsp()
8522 length = le64_to_cpu(dup_ext->ByteCount); in smb2_ioctl()
/linux/fs/smb/common/
H A Dsmb1pdu.h52 __le16 ByteCount; member
H A Dsmb2pdu.h198 __le32 ByteCount; /* even if zero, at least one byte follows */ member
1514 __le64 ByteCount; /* Bytes to be copied */ member
1525 __le64 ByteCount; /* Bytes to be copied */ member