Searched defs:afs_volume_status (Results 1 – 1 of 1) sorted by relevance
174 struct afs_volume_status { struct175 afs_volid_t vid; /* volume ID */176 afs_volid_t parent_id; /* parent volume ID */177 u8 online; /* true if volume currently online and available */178 u8 in_service; /* true if volume currently in service */179 u8 blessed; /* same as in_service */180 u8 needs_salvage; /* true if consistency checking required */181 u32 type; /* volume type (afs_voltype_t) */182 u64 min_quota; /* minimum space set aside (blocks) */183 u64 max_quota; /* maximum space this volume may occupy (blocks) */[all …]