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.h963 struct smb2_set_info_req { struct
964 struct smb2_hdr hdr;
965 __le16 StructureSize; /* Must be 33 */
966 __u8 InfoType;
967 __u8 FileInfoClass;
968 __le32 BufferLength;
969 __le16 BufferOffset;
970 __u16 Reserved;
971 __le32 AdditionalInformation;
972 __u64 PersistentFileId;
[all …]
/kernel/linux/linux-5.10/fs/cifs/
Dsmb2pdu.h1509 struct smb2_set_info_req { struct
1510 struct smb2_sync_hdr sync_hdr;
1511 __le16 StructureSize; /* Must be 33 */
1512 __u8 InfoType;
1513 __u8 FileInfoClass;
1514 __le32 BufferLength;
1515 __le16 BufferOffset;
1516 __u16 Reserved;
1517 __le32 AdditionalInformation;
1518 __u64 PersistentFileId; /* opaque endianness */
[all …]