Home
last modified time | relevance | path

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

/Linux-v5.15/fs/ksmbd/
Dsmb2pdu.h915 struct smb2_ioctl_rsp { struct
916 struct smb2_hdr hdr;
917 __le16 StructureSize; /* Must be 49 */
918 __le16 Reserved; /* offset from start of SMB2 header to write data */
919 __le32 CntCode;
920 __le64 PersistentFileId;
921 __le64 VolatileFileId;
922 __le32 InputOffset; /* Reserved MBZ */
923 __le32 InputCount;
924 __le32 OutputOffset;
[all …]
/Linux-v5.15/fs/cifs/
Dsmb2pdu.h1230 struct smb2_ioctl_rsp { struct
1231 struct smb2_sync_hdr sync_hdr;
1232 __le16 StructureSize; /* Must be 57 */
1233 __u16 Reserved;
1234 __le32 CtlCode;
1235 __u64 PersistentFileId; /* opaque endianness */
1236 __u64 VolatileFileId; /* opaque endianness */
1237 __le32 InputOffset;
1238 __le32 InputCount;
1239 __le32 OutputOffset;
[all …]