Home
last modified time | relevance | path

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

/linux-3.4.99/fs/afs/
Dafs.h113 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 */
[all …]