Lines Matching defs:afs_file_status
129 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 */
140 u32 group; /* group ID */
141 afs_access_t caller_access; /* access rights for authenticated caller */
142 afs_access_t anon_access; /* access rights for unauthenticated caller */
143 umode_t mode; /* UNIX mode */
144 s32 lock_count; /* file lock count (0=UNLK -1=WRLCK +ve=#RDLCK */