Searched defs:smb2_query_info_req (Results 1 – 1 of 1) sorted by relevance
1322 struct smb2_query_info_req { struct1323 struct smb2_sync_hdr sync_hdr;1324 __le16 StructureSize; /* Must be 41 */1325 __u8 InfoType;1326 __u8 FileInfoClass;1327 __le32 OutputBufferLength;1328 __le16 InputBufferOffset;1329 __u16 Reserved;1330 __le32 InputBufferLength;1331 __le32 AdditionalInformation;[all …]