Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/fs/smb/common/
Dsmb2pdu.h918 struct smb2_set_info_req { struct
919 struct smb2_hdr hdr;
920 __le16 StructureSize; /* Must be 33 */
921 __u8 InfoType;
922 __u8 FileInfoClass;
923 __le32 BufferLength;
924 __le16 BufferOffset;
925 __u16 Reserved;
926 __le32 AdditionalInformation;
927 __u64 PersistentFileId;
[all …]
/kernel/linux/linux-5.10/fs/cifs/
Dsmb2pdu.h1506 struct smb2_set_info_req { struct
1507 struct smb2_sync_hdr sync_hdr;
1508 __le16 StructureSize; /* Must be 33 */
1509 __u8 InfoType;
1510 __u8 FileInfoClass;
1511 __le32 BufferLength;
1512 __le16 BufferOffset;
1513 __u16 Reserved;
1514 __le32 AdditionalInformation;
1515 __u64 PersistentFileId; /* opaque endianness */
[all …]