Searched defs:afs_file_status (Results 1 – 1 of 1) sorted by relevance
129 struct afs_file_status { struct130 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 …]