Searched defs:smb2_file_all_info (Results 1 – 1 of 1) sorted by relevance
1549 struct smb2_file_all_info { /* data block encoding of response to level 18 */ struct1550 __le64 CreationTime; /* Beginning of FILE_BASIC_INFO equivalent */1551 __le64 LastAccessTime;1552 __le64 LastWriteTime;1553 __le64 ChangeTime;1554 __le32 Attributes;1555 __u32 Pad1; /* End of FILE_BASIC_INFO_INFO equivalent */1556 __le64 AllocationSize; /* Beginning of FILE_STANDARD_INFO equivalent */1557 __le64 EndOfFile; /* size ie offset to first free byte in file */1558 __le32 NumberOfLinks; /* hard links */[all …]