Home
last modified time | relevance | path

Searched refs:INITIAL_VOLUMES (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/dev/raid/vinum/
H A Dvinum.c274 VOL = (struct volume *) Malloc(sizeof(struct volume) * INITIAL_VOLUMES); in vinum_initconf()
276 bzero(VOL, sizeof(struct volume) * INITIAL_VOLUMES); in vinum_initconf()
277 vinum_conf.volumes_allocated = INITIAL_VOLUMES; in vinum_initconf()
H A Dvinumvar.h186 INITIAL_VOLUMES = 4, enumerator
H A Dvinumconfig.c889 EXPAND(VOL, struct volume, vinum_conf.volumes_allocated, INITIAL_VOLUMES); in get_empty_volume()