Searched defs:afs_volume_status (Results 1 – 1 of 1) sorted by relevance
153 struct afs_volume_status { struct154 u32 vid; /* volume ID */155 u32 parent_id; /* parent volume ID */156 u8 online; /* true if volume currently online and available */157 u8 in_service; /* true if volume currently in service */158 u8 blessed; /* same as in_service */159 u8 needs_salvage; /* true if consistency checking required */160 u32 type; /* volume type (afs_voltype_t) */161 u32 min_quota; /* minimum space set aside (blocks) */162 u32 max_quota; /* maximum space this volume may occupy (blocks) */[all …]