Home
last modified time | relevance | path

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

/original-bsd/sbin/fsck/
H A Dinode.c307 if (inplast == listmax) {
308 listmax += 100;
310 (unsigned)listmax * sizeof(struct inoinfo *));
H A Dsetup.c268 listmax = numdirs + 10;
269 inpsort = (struct inoinfo **)calloc((unsigned)listmax,
H A Dfsck.h139 long numdirs, listmax, inplast; variable