Lines Matching full:volume
18 #define AFS_MAXVOLNAME 64 /* Maximum length of a volume name */
19 #define AFS_MAXNSERVERS 8 /* Maximum servers in a basic volume record */
20 #define AFS_NMAXNSERVERS 13 /* Maximum servers in a N/U-class volume record */
21 #define AFS_MAXTYPES 3 /* Maximum number of volume types */
31 AFSVL_RWVOL, /* read/write volume */
32 AFSVL_ROVOL, /* read-only volume */
33 AFSVL_BACKVOL, /* backup volume */
54 afs_volid_t vid; /* volume ID */
55 afs_vnodeid_t vnode; /* 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 */
158 * AFS volume synchronisation information
161 time_t creation; /* volume creation time */
165 * AFS volume status record
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 */
174 u32 type; /* volume type (afs_voltype_t) */
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 */