Home
last modified time | relevance | path

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

/Linux-v5.15/fs/ksmbd/
Dsmb2pdu.h790 struct smb2_close_rsp { struct
791 struct smb2_hdr hdr;
792 __le16 StructureSize; /* 60 */
793 __le16 Flags;
794 __le32 Reserved;
795 __le64 CreationTime;
796 __le64 LastAccessTime;
797 __le64 LastWriteTime;
798 __le64 ChangeTime;
799 __le64 AllocationSize; /* Beginning of FILE_STANDARD_INFO equivalent */
[all …]
/Linux-v5.15/fs/cifs/
Dsmb2pdu.h1262 struct smb2_close_rsp { struct
1263 struct smb2_sync_hdr sync_hdr;
1264 __le16 StructureSize; /* 60 */
1265 __le16 Flags;
1266 __le32 Reserved;
1267 __le64 CreationTime;
1268 __le64 LastAccessTime;
1269 __le64 LastWriteTime;
1270 __le64 ChangeTime;
1271 __le64 AllocationSize; /* Beginning of FILE_STANDARD_INFO equivalent */
[all …]