Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/cifs/
Dsmb2pdu.h1473 struct smb2_query_info_req { struct
1474 struct smb2_sync_hdr sync_hdr;
1475 __le16 StructureSize; /* Must be 41 */
1476 __u8 InfoType;
1477 __u8 FileInfoClass;
1478 __le32 OutputBufferLength;
1479 __le16 InputBufferOffset;
1480 __u16 Reserved;
1481 __le32 InputBufferLength;
1482 __le32 AdditionalInformation;
[all …]
/kernel/linux/linux-6.6/fs/smb/common/
Dsmb2pdu.h1580 struct smb2_query_info_req { struct
1581 struct smb2_hdr hdr;
1582 __le16 StructureSize; /* Must be 41 */
1583 __u8 InfoType;
1584 __u8 FileInfoClass;
1585 __le32 OutputBufferLength;
1586 __le16 InputBufferOffset;
1587 __u16 Reserved;
1588 __le32 InputBufferLength;
1589 __le32 AdditionalInformation;
[all …]