Lines Matching defs:afs_file_status
113 struct afs_file_status { struct
114 unsigned if_version; /* interface version */
117 afs_file_type_t type; /* file type */
118 unsigned nlink; /* link count */
119 u64 size; /* file size */
120 afs_dataversion_t data_version; /* current data version */
121 u32 author; /* author ID */
122 u32 owner; /* owner ID */
123 u32 group; /* group ID */
124 afs_access_t caller_access; /* access rights for authenticated caller */
125 afs_access_t anon_access; /* access rights for unauthenticated caller */
126 umode_t mode; /* UNIX mode */
127 struct afs_fid parent; /* parent dir ID for non-dirs only */
128 time_t mtime_client; /* last time client changed data */
129 time_t mtime_server; /* last time server changed data */
130 s32 lock_count; /* file lock count (0=UNLK -1=WRLCK +ve=#RDLCK */