Home
last modified time | relevance | path

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

/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
/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.c164 err_rsp->ByteCount = 0; in smb2_set_err_rsp()
8426 length = le64_to_cpu(dup_ext->ByteCount); in smb2_ioctl()
/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 Dsmb1ops.c1248 *plen = le16_to_cpu(io->ByteCount); in cifs_get_reparse_point_buffer()
H A Dsmb2ops.c2186 dup_ext_buf.ByteCount = cpu_to_le64(len); in smb2_duplicate_extents()