Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/fs/smb/client/
Dcifspdu.h966 typedef struct smb_com_writex_req { struct
967 struct smb_hdr hdr; /* wct = 12 */
968 __u8 AndXCommand;
969 __u8 AndXReserved;
970 __le16 AndXOffset;
971 __u16 Fid;
972 __le32 OffsetLow;
973 __u32 Reserved; /* Timeout */
974 __le16 WriteMode; /* 1 = write through */
975 __le16 Remaining;
[all …]
/kernel/linux/linux-5.10/fs/cifs/
Dcifspdu.h1013 typedef struct smb_com_writex_req { struct
1014 struct smb_hdr hdr; /* wct = 12 */
1015 __u8 AndXCommand;
1016 __u8 AndXReserved;
1017 __le16 AndXOffset;
1018 __u16 Fid;
1019 __le32 OffsetLow;
1020 __u32 Reserved; /* Timeout */
1021 __le16 WriteMode; /* 1 = write through */
1022 __le16 Remaining;
[all …]