Lines Matching defs:afs_volume_status
167 struct afs_volume_status { struct
168 u32 vid; /* volume ID */
169 u32 parent_id; /* parent volume ID */
170 u8 online; /* true if volume currently online and available */
171 u8 in_service; /* true if volume currently in service */
172 u8 blessed; /* same as in_service */
173 u8 needs_salvage; /* true if consistency checking required */
174 u32 type; /* volume type (afs_voltype_t) */
175 u32 min_quota; /* minimum space set aside (blocks) */
176 u32 max_quota; /* maximum space this volume may occupy (blocks) */
177 u32 blocks_in_use; /* space this volume currently occupies (blocks) */
178 u32 part_blocks_avail; /* space available in volume's partition */
179 u32 part_max_blocks; /* size of volume's partition */