Searched refs:listmax (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.1-release/sbin/fsck_ffs/
H A Dglobs.c59 long numdirs, dirhash, listmax, inplast; variable
126 numdirs = dirhash = listmax = inplast = 0;
H A Dsetup.c284 listmax = numdirs + 10;
285 inpsort = (struct inoinfo **)Calloc((unsigned)listmax,
H A Dfsck.h285 extern long numdirs, dirhash, listmax, inplast;
H A Dinode.c473 if (inplast == listmax) {
474 listmax += 100;
476 (unsigned)listmax * sizeof(struct inoinfo *));

Completed in 87 milliseconds