Home
last modified time | relevance | path

Searched defs:smb_com_readx_req (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/fs/smb/client/
Dcifspdu.h1018 typedef struct smb_com_readx_req { struct
1019 struct smb_hdr hdr; /* wct = 10 */
1020 __u8 AndXCommand;
1021 __u8 AndXReserved;
1022 __le16 AndXOffset;
1023 __u16 Fid;
1024 __le32 OffsetLow;
1025 __le16 MaxCount;
1026 __le16 MinCount; /* obsolete */
1027 __le32 Reserved;
[all …]
/kernel/linux/linux-5.10/fs/cifs/
Dcifspdu.h1065 typedef struct smb_com_readx_req { struct
1066 struct smb_hdr hdr; /* wct = 10 */
1067 __u8 AndXCommand;
1068 __u8 AndXReserved;
1069 __le16 AndXOffset;
1070 __u16 Fid;
1071 __le32 OffsetLow;
1072 __le16 MaxCount;
1073 __le16 MinCount; /* obsolete */
1074 __le32 Reserved;
[all …]