MAXPLEX
int pindex = MAXPLEX; /* index in volume's plex list */
for (i = 0; i < MAXPLEX; i++) { /* for each plex */
if (vol->plexes == MAXPLEX) /* all plexes allocated */
for (i = 0; i < MAXPLEX; i++) /* mark the plexes missing */
if ((vol->plexes == MAXPLEX) /* we have too many already */
int plex[MAXPLEX]; /* index of plexes */