Home
last modified time | relevance | path

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

/netbsd-src/sbin/fsck_lfs/
H A Dvars.c47 long numdirs, listmax, inplast; variable
H A Dfsck_vars.h42 extern long numdirs, listmax, inplast;
H A Dinode.c392 if (inplast == listmax) { in cacheino()
394 (listmax + 100) * sizeof(struct inoinfo *)); in cacheino()
396 listmax += 100; in cacheino()
H A Dpass1.c136 listmax = numdirs + 10; in pass1()
137 inpsort = ecalloc(listmax, sizeof(struct inoinfo *)); in pass1()
H A Dsetup.c456 listmax = numdirs + 10; in setup()
457 inpsort = ecalloc(listmax, sizeof(struct inoinfo *)); in setup()
/netbsd-src/sbin/fsck_ext2fs/
H A Dinode.c522 if (inplast == listmax) { in cacheino()
523 listmax += 100; in cacheino()
525 (unsigned int)listmax * sizeof(struct inoinfo *)); in cacheino()
H A Dfsck.h188 extern long numdirs, listmax, inplast;
H A Dmain.c101 long numdirs, listmax, inplast; variable
H A Dsetup.c279 listmax = numdirs + 10; in setup()
280 inpsort = calloc((unsigned int)listmax, sizeof(struct inoinfo *)); in setup()
/netbsd-src/sbin/fsck_ffs/
H A Dinode.c522 if (inplast == listmax) { in cacheino()
524 (unsigned)(listmax + 100) * sizeof(struct inoinfo *)); in cacheino()
528 listmax += 100; in cacheino()
H A Dfsck.h255 extern long numdirs, dirhash, listmax, inplast;
H A Dmain.c88 long numdirs, dirhash, listmax, inplast; variable
H A Dsetup.c525 listmax = numdirs + 10; in setup()
526 inpsort = calloc((unsigned)listmax, sizeof(*inpsort)); in setup()
/netbsd-src/sbin/fsdb/
H A Dfsdb.c80 long numdirs, dirhash, listmax, inplast; variable