Searched defs:afs_file_status (Results 1 – 1 of 1) sorted by relevance
113 struct afs_file_status { struct114 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 */[all …]