Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/fs/smb/common/
Dsmb2pdu.h1651 struct smb2_query_info_req { struct
1652 struct smb2_hdr hdr;
1653 __le16 StructureSize; /* Must be 41 */
1654 __u8 InfoType;
1655 __u8 FileInfoClass;
1656 __le32 OutputBufferLength;
1657 __le16 InputBufferOffset;
1658 __u16 Reserved;
1659 __le32 InputBufferLength;
1660 __le32 AdditionalInformation;
[all …]
/kernel/linux/linux-5.10/fs/cifs/
Dsmb2pdu.h1476 struct smb2_query_info_req { struct
1477 struct smb2_sync_hdr sync_hdr;
1478 __le16 StructureSize; /* Must be 41 */
1479 __u8 InfoType;
1480 __u8 FileInfoClass;
1481 __le32 OutputBufferLength;
1482 __le16 InputBufferOffset;
1483 __u16 Reserved;
1484 __le32 InputBufferLength;
1485 __le32 AdditionalInformation;
[all …]