Searched defs:afs_volume_status (Results 1 – 1 of 1) sorted by relevance
175 struct afs_volume_status { struct176 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 …]