Home
last modified time | relevance | path

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

/linux/fs/afs/
H A Dafs.h175 struct afs_volume_status { struct
176 afs_volid_t vid; /* volume ID */
177 afs_volid_t parent_id; /* parent volume ID */
178 u8 online; /* true if volume currently online and available */
179 u8 in_service; /* true if volume currently in service */
180 u8 blessed; /* same as in_service */
181 u8 needs_salvage; /* true if consistency checking required */
182 u32 type; /* volume type (afs_voltype_t) */
183 u64 min_quota; /* minimum space set aside (blocks) */
184 u64 max_quota; /* maximum space this volume may occupy (blocks) */
[all …]