Searched refs:listmax (Results 1 – 6 of 6) sorted by relevance
47 unsigned long numdirs, listmax; variable119 listmax = numdirs = dirhash = inplast = 0; in fsckinit()
167 listmax = numdirs + 10; in setup()168 inpsort = (struct inoinfo **)Calloc(listmax, sizeof(struct inoinfo *)); in setup()
1174 if (inplast == listmax) { in cacheino()1175 listmax += 100; in cacheino()1177 listmax, sizeof(struct inoinfo *)); in cacheino()
319 extern unsigned long numdirs, listmax;
31 listmax=100 \
1320 80. Last patch broke listmax.2182 6. Fixed so that listmax is ignored in ls-F.