Home
last modified time | relevance | path

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

/linux-3.3/fs/cifs/
Dcifspdu.h1050 typedef struct smb_com_readx_req { struct
1051 struct smb_hdr hdr; /* wct = 10 */
1052 __u8 AndXCommand;
1053 __u8 AndXReserved;
1054 __le16 AndXOffset;
1055 __u16 Fid;
1056 __le32 OffsetLow;
1057 __le16 MaxCount;
1058 __le16 MinCount; /* obsolete */
1059 __le32 Reserved;
[all …]