Home
last modified time | relevance | path

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

/openbmc/linux/fs/smb/common/
H A Dsmb2pdu.h1710 struct smb2_file_all_info { /* data block encoding of response to level 18 */ struct
1711 __le64 CreationTime; /* Beginning of FILE_BASIC_INFO equivalent */
1712 __le64 LastAccessTime;
1713 __le64 LastWriteTime;
1714 __le64 ChangeTime;
1715 __le32 Attributes;
1716 __u32 Pad1; /* End of FILE_BASIC_INFO_INFO equivalent */
1717 __le64 AllocationSize; /* Beginning of FILE_STANDARD_INFO equivalent */
1718 __le64 EndOfFile; /* size ie offset to first free byte in file */
1719 __le32 NumberOfLinks; /* hard links */
[all …]