Lines Matching full:volume
2 /* AFS Volume Location Service client interface
13 #define AFS_VL_PORT 7003 /* volume location service port */
14 #define VL_SERVICE 52 /* RxRPC service ID for the Volume Location service */
24 YVLGETENDPOINTS = 64002, /* YFS Get endpoints for file/volume server */
30 AFSVL_IDEXIST = 363520, /* Volume Id entry exists in vl database */
32 AFSVL_NAMEEXIST = 363522, /* Volume name entry exists in vl database */
37 AFSVL_BADNAME = 363527, /* Volume name is illegal */
39 AFSVL_BADVOLTYPE = 363529, /* Bad volume type */
52 AFSVL_BADVOLOPER = 363542, /* Bad volume operation code */
77 char name[65]; /* name of volume (with NUL char) */
78 afs_voltype_t type; /* volume type */
83 #define AFS_VLF_RWEXISTS 0x1000 /* R/W volume exists */
84 #define AFS_VLF_ROEXISTS 0x2000 /* R/O volume exists */
85 #define AFS_VLF_BACKEXISTS 0x4000 /* backup volume exists */
87 afs_volid_t volume_ids[3]; /* volume IDs */
94 #define AFS_VLSF_ROVOL 0x0002 /* this server holds a R/O instance of the volume */
95 #define AFS_VLSF_RWVOL 0x0004 /* this server holds a R/W instance of the volume */
96 #define AFS_VLSF_BACKVOL 0x0008 /* this server holds a backup instance of the volume */