Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/fs/smb/common/
Dsmb2pdu.h1642 struct smb2_file_all_info { /* data block encoding of response to level 18 */ struct
1643 __le64 CreationTime; /* Beginning of FILE_BASIC_INFO equivalent */
1644 __le64 LastAccessTime;
1645 __le64 LastWriteTime;
1646 __le64 ChangeTime;
1647 __le32 Attributes;
1648 __u32 Pad1; /* End of FILE_BASIC_INFO_INFO equivalent */
1649 __le64 AllocationSize; /* Beginning of FILE_STANDARD_INFO equivalent */
1650 __le64 EndOfFile; /* size ie offset to first free byte in file */
1651 __le32 NumberOfLinks; /* hard links */
[all …]
/kernel/linux/linux-5.10/fs/cifs/
Dsmb2pdu.h1699 struct smb2_file_all_info { /* data block encoding of response to level 18 */ struct
1700 __le64 CreationTime; /* Beginning of FILE_BASIC_INFO equivalent */
1701 __le64 LastAccessTime;
1702 __le64 LastWriteTime;
1703 __le64 ChangeTime;
1704 __le32 Attributes;
1705 __u32 Pad1; /* End of FILE_BASIC_INFO_INFO equivalent */
1706 __le64 AllocationSize; /* Beginning of FILE_STANDARD_INFO equivalent */
1707 __le64 EndOfFile; /* size ie offset to first free byte in file */
1708 __le32 NumberOfLinks; /* hard links */
[all …]