Home
last modified time | relevance | path

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

/linux-6.15/fs/smb/client/
H A Dcifspdu.h525 __le16 ByteCount; member
549 __u16 ByteCount; member
747 __u16 ByteCount; member
760 __u16 ByteCount; member
813 __u16 ByteCount; member
821 __u16 ByteCount; member
1054 __u16 ByteCount; member
1099 __u16 ByteCount; member
1151 __u16 ByteCount; member
1321 __u16 ByteCount; member
[all …]
H A Dcifssmb.c462 pSMB->ByteCount = cpu_to_le16(count); in CIFSSMBNegotiate()
1258 req->ByteCount = cpu_to_le16(count); in CIFS_open()
1414 smb->ByteCount = 0; in cifs_async_readv()
1419 smbr->ByteCount = 0; in cifs_async_readv()
1493 pSMBW->ByteCount = 0; in CIFSSMBRead()
2187 pSMB->ByteCount = 0; in CIFSSMBClose()
2217 pSMB->ByteCount = 0; in CIFSSMBFlush()
2771 io_req->ByteCount = 0; in cifs_query_reparse_point()
2851 pSMB->ByteCount = cpu_to_le16(5); in CIFSSMB_set_compression()
3366 (char *)&pSMBr->ByteCount; in validate_ntransact()
[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.c1194 *plen = le16_to_cpu(io->ByteCount); in cifs_get_reparse_point_buffer()
H A Dconnect.c4049 pSMB->ByteCount = cpu_to_le16(count); in CIFSTCon()
H A Dsmb2ops.c2068 dup_ext_buf.ByteCount = cpu_to_le64(len); in smb2_duplicate_extents()
/linux-6.15/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.h204 __le16 ByteCount; member
211 __le16 ByteCount; member
H A Dsmb2pdu.c156 err_rsp->ByteCount = 0; in smb2_set_err_rsp()
8345 length = le64_to_cpu(dup_ext->ByteCount); in smb2_ioctl()
/linux-6.15/fs/smb/common/
H A Dsmb2pdu.h195 __le32 ByteCount; /* even if zero, at least one byte follows */ member
1419 __le64 ByteCount; /* Bytes to be copied */ member
1429 __le64 ByteCount; /* Bytes to be copied */ member