Searched refs:INITIAL_SUBDISKS_IN_PLEX (Results 1 – 2 of 2) sorted by relevance
258 EXPAND(plex->sdnos, int, plex->subdisks_allocated, INITIAL_SUBDISKS_IN_PLEX); in give_sd_to_plex()815 plex->sdnos = (int *) Malloc(sizeof(int) * INITIAL_SUBDISKS_IN_PLEX); /* allocate sd table */ in get_empty_plex()817 bzero(plex->sdnos, (sizeof(int) * INITIAL_SUBDISKS_IN_PLEX)); /* do we need this? */ in get_empty_plex()820 plex->subdisks_allocated = INITIAL_SUBDISKS_IN_PLEX; /* and we have space for this many */ in get_empty_plex()
189 INITIAL_SUBDISKS_IN_PLEX = 4, /* num subdisks to alloc to a plex */ enumerator