Home
last modified time | relevance | path

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

/kernel/linux/linux-4.19/fs/afs/
Dafs.h129 struct afs_file_status { struct
130 u64 size; /* file size */
131 afs_dataversion_t data_version; /* current data version */
132 time_t mtime_client; /* last time client changed data */
133 time_t mtime_server; /* last time server changed data */
134 unsigned abort_code; /* Abort if bulk-fetching this failed */
136 afs_file_type_t type; /* file type */
137 unsigned nlink; /* link count */
138 u32 author; /* author ID */
139 u32 owner; /* owner ID */
[all …]
/kernel/linux/linux-5.10/fs/afs/
Dafs.h129 struct afs_file_status { struct
147 struct afs_file_status status; argument