Symbol: VOL
sbin/vinum/vinumutil.c
256
return VOL[Volno(dev)].plex[(minor(dev) >> VINUM_PLEX_SHIFT) & (MASK(VINUM_PLEX_WIDTH))];
sys/dev/raid/vinum/vinum.c
181
if ((VOL[i].state > volume_down)
sys/dev/raid/vinum/vinum.c
182
&& (VOL[i].flags & VF_OPEN)) { /* volume is open */
sys/dev/raid/vinum/vinum.c
246
if (VOL != NULL) {
sys/dev/raid/vinum/vinum.c
255
Free(VOL);
sys/dev/raid/vinum/vinum.c
274
VOL = (struct volume *) Malloc(sizeof(struct volume) * INITIAL_VOLUMES);
sys/dev/raid/vinum/vinum.c
275
CHECKALLOC(VOL, "vinum: no memory\n");
sys/dev/raid/vinum/vinum.c
276
bzero(VOL, sizeof(struct volume) * INITIAL_VOLUMES);
sys/dev/raid/vinum/vinum.c
390
vol = &VOL[index];
sys/dev/raid/vinum/vinum.c
494
vol = &VOL[index];
sys/dev/raid/vinum/vinum.c
564
vol = &VOL[Volno(dev)];
sys/dev/raid/vinum/vinumconfig.c
1339
vol = &VOL[plex->volno]; /* point to the volume */
sys/dev/raid/vinum/vinumconfig.c
1460
VOL[plex->volno].name);
sys/dev/raid/vinum/vinumconfig.c
1495
vol = &VOL[volno]; /* and get a pointer */
sys/dev/raid/vinum/vinumconfig.c
157
vol = &VOL[volno]; /* point to volno */
sys/dev/raid/vinum/vinumconfig.c
1838
struct volume *vol = &VOL[plex->volno];
sys/dev/raid/vinum/vinumconfig.c
1868
struct volume *vol = &VOL[volno];
sys/dev/raid/vinum/vinumconfig.c
1922
vol = &VOL[plex->volno];
sys/dev/raid/vinum/vinumconfig.c
197
vol = &VOL[volno]; /* point to volume */
sys/dev/raid/vinum/vinumconfig.c
2027
struct volume *vol = &VOL[volno];
sys/dev/raid/vinum/vinumconfig.c
2067
if (VOL[volno].state > volume_uninit) {
sys/dev/raid/vinum/vinumconfig.c
2068
VOL[volno].flags &= ~VF_CONFIG_SETUPSTATE; /* no more setupstate */
sys/dev/raid/vinum/vinumconfig.c
266
VOL[plex->volno].size = u64max(VOL[plex->volno].size, plex->length); /* adjust its size */
sys/dev/raid/vinum/vinumconfig.c
748
VOL[PLEX[sd->plexno].volno].name,
sys/dev/raid/vinum/vinumconfig.c
749
plex->name, VOL[plex->volno].name);
sys/dev/raid/vinum/vinumconfig.c
787
plex->name, VOL[plex->volno].name);
sys/dev/raid/vinum/vinumconfig.c
884
if (VOL[volno].state == volume_unallocated) /* bingo */
sys/dev/raid/vinum/vinumconfig.c
889
EXPAND(VOL, struct volume, vinum_conf.volumes_allocated, INITIAL_VOLUMES);
sys/dev/raid/vinum/vinumconfig.c
892
vol = &VOL[volno];
sys/dev/raid/vinum/vinumconfig.c
914
if (strcmp(VOL[volno].name, name) == 0) /* found it */
sys/dev/raid/vinum/vinumconfig.c
924
vol = &VOL[volno];
sys/dev/raid/vinum/vinumconfig.c
939
vol = &VOL[volno];
sys/dev/raid/vinum/vinuminterrupt.c
150
VOL[PLEX[rqe->rqg->plexno].volno].reads++;
sys/dev/raid/vinum/vinuminterrupt.c
151
VOL[PLEX[rqe->rqg->plexno].volno].bytes_read += bp->b_bcount;
sys/dev/raid/vinum/vinuminterrupt.c
161
VOL[PLEX[rqe->rqg->plexno].volno].writes++;
sys/dev/raid/vinum/vinuminterrupt.c
162
VOL[PLEX[rqe->rqg->plexno].volno].bytes_written += bp->b_bcount;
sys/dev/raid/vinum/vinuminterrupt.c
230
VOL[rq->volplex.volno].active--; /* another request finished */
sys/dev/raid/vinum/vinumioctl.c
165
bcopy(&VOL[index], data, sizeof(struct volume));
sys/dev/raid/vinum/vinumioctl.c
340
vol = &VOL[objno];
sys/dev/raid/vinum/vinumioctl.c
418
&& (VOL[volno].state > volume_uninit))
sys/dev/raid/vinum/vinumioctl.c
419
return &VOL[volno];
sys/dev/raid/vinum/vinumioctl.c
485
struct volume *vol = &VOL[msg->index];
sys/dev/raid/vinum/vinumioctl.c
662
vol = &VOL[volno];
sys/dev/raid/vinum/vinumrequest.c
153
vol = &VOL[volno];
sys/dev/raid/vinum/vinumrequest.c
230
vol = &VOL[rq->volplex.volno]; /* and point to it */
sys/dev/raid/vinum/vinumrequest.c
702
vol = &VOL[rq->volplex.volno]; /* point to volume */
sys/dev/raid/vinum/vinumrequest.c
775
vol = &VOL[rq->volplex.volno]; /* point to volume */
sys/dev/raid/vinum/vinumrevive.c
80
vol = &VOL[plex->volno];
sys/dev/raid/vinum/vinumstate.c
1086
VOL[msg->index].state = msg->state;
sys/dev/raid/vinum/vinumstate.c
239
vol = &VOL[plex->volno];
sys/dev/raid/vinum/vinumstate.c
397
struct volume *vol = &VOL[volno]; /* point to our volume */
sys/dev/raid/vinum/vinumstate.c
519
struct volume *vol = &VOL[plex->volno]; /* possible volume to which it points */
sys/dev/raid/vinum/vinumstate.c
542
forceup(VOL[plex->volno].plex[plexno]);
sys/dev/raid/vinum/vinumstate.c
585
vol = &VOL[volno]; /* point to our volume */
sys/dev/raid/vinum/vinumstate.c
787
vol = &VOL[plex->volno]; /* point to our volume */
sys/dev/raid/vinum/vinumstate.c
910
if (VOL[objindex].state != volume_up) /* set status on whether we really did it */
sys/dev/raid/vinum/vinumutil.c
261
return VOL[Volno(dev)].plex[(minor(dev) >> VINUM_PLEX_SHIFT) & (MASK(VINUM_PLEX_WIDTH))];