Lines Matching full:volume
14 #define AFS_MAXVOLNAME 64 /* Maximum length of a volume name */
15 #define AFS_MAXNSERVERS 8 /* Maximum servers in a basic volume record */
16 #define AFS_NMAXNSERVERS 13 /* Maximum servers in a N/U-class volume record */
17 #define AFS_MAXTYPES 3 /* Maximum number of volume types */
30 AFSVL_RWVOL, /* read/write volume */
31 AFSVL_ROVOL, /* read-only volume */
32 AFSVL_BACKVOL, /* backup volume */
53 afs_volid_t vid; /* volume ID */
54 afs_vnodeid_t vnode; /* Lower 64-bits of file index within volume */
92 * AFS volume information
95 afs_volid_t vid; /* volume ID */
96 afs_voltype_t type; /* type of this volume */
97 afs_volid_t type_vids[5]; /* volume ID's for possible types for this vol */
99 /* list of fileservers serving this volume */
165 * AFS volume synchronisation information
168 time64_t creation; /* Volume creation time (or TIME64_MIN) */
169 time64_t update; /* Volume update time (or TIME64_MIN) */
173 * AFS volume status record
176 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 */
182 u32 type; /* volume type (afs_voltype_t) */
184 u64 max_quota; /* maximum space this volume may occupy (blocks) */
185 u64 blocks_in_use; /* space this volume currently occupies (blocks) */
186 u64 part_blocks_avail; /* space available in volume's partition */
187 u64 part_max_blocks; /* size of volume's partition */