Lines Matching defs:afs_volume_status
174 struct afs_volume_status { struct
175 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) */
184 u64 blocks_in_use; /* space this volume currently occupies (blocks) */
185 u64 part_blocks_avail; /* space available in volume's partition */
186 u64 part_max_blocks; /* size of volume's partition */
187 s64 vol_copy_date;
188 s64 vol_backup_date;