Home
last modified time | relevance | path

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

/Linux-v5.15/fs/ksmbd/
Dsmb2pdu.h1174 struct smb2_query_info_req { struct
1175 struct smb2_hdr hdr;
1176 __le16 StructureSize; /* Must be 41 */
1177 __u8 InfoType;
1178 __u8 FileInfoClass;
1179 __le32 OutputBufferLength;
1180 __le16 InputBufferOffset;
1181 __u16 Reserved;
1182 __le32 InputBufferLength;
1183 __le32 AdditionalInformation;
[all …]
/Linux-v5.15/fs/cifs/
Dsmb2pdu.h1517 struct smb2_query_info_req { struct
1518 struct smb2_sync_hdr sync_hdr;
1519 __le16 StructureSize; /* Must be 41 */
1520 __u8 InfoType;
1521 __u8 FileInfoClass;
1522 __le32 OutputBufferLength;
1523 __le16 InputBufferOffset;
1524 __u16 Reserved;
1525 __le32 InputBufferLength;
1526 __le32 AdditionalInformation;
[all …]