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

/freebsd-11-stable/sbin/fsck_ffs/
H A Dglobs.c60 unsigned long numdirs, listmax; variable
133 listmax = numdirs = dirhash = inplast = 0;
H A Dsetup.c290 listmax = numdirs + 10;
291 inpsort = (struct inoinfo **)Calloc(listmax, sizeof(struct inoinfo *));
H A Dfsck.h288 extern unsigned long numdirs, listmax;
H A Dinode.c480 if (inplast == listmax) {
481 listmax += 100;
483 listmax, sizeof(struct inoinfo *));

Completed in 170 milliseconds