Searched refs:listmax (Results 1 – 14 of 14) sorted by relevance
| /netbsd-src/sbin/fsck_lfs/ |
| H A D | vars.c | 47 long numdirs, listmax, inplast; variable
|
| H A D | fsck_vars.h | 42 extern long numdirs, listmax, inplast;
|
| H A D | inode.c | 392 if (inplast == listmax) { in cacheino() 394 (listmax + 100) * sizeof(struct inoinfo *)); in cacheino() 396 listmax += 100; in cacheino()
|
| H A D | pass1.c | 136 listmax = numdirs + 10; in pass1() 137 inpsort = ecalloc(listmax, sizeof(struct inoinfo *)); in pass1()
|
| H A D | setup.c | 456 listmax = numdirs + 10; in setup() 457 inpsort = ecalloc(listmax, sizeof(struct inoinfo *)); in setup()
|
| /netbsd-src/sbin/fsck_ext2fs/ |
| H A D | inode.c | 522 if (inplast == listmax) { in cacheino() 523 listmax += 100; in cacheino() 525 (unsigned int)listmax * sizeof(struct inoinfo *)); in cacheino()
|
| H A D | fsck.h | 188 extern long numdirs, listmax, inplast;
|
| H A D | main.c | 101 long numdirs, listmax, inplast; variable
|
| H A D | setup.c | 279 listmax = numdirs + 10; in setup() 280 inpsort = calloc((unsigned int)listmax, sizeof(struct inoinfo *)); in setup()
|
| /netbsd-src/sbin/fsck_ffs/ |
| H A D | inode.c | 522 if (inplast == listmax) { in cacheino() 524 (unsigned)(listmax + 100) * sizeof(struct inoinfo *)); in cacheino() 528 listmax += 100; in cacheino()
|
| H A D | fsck.h | 255 extern long numdirs, dirhash, listmax, inplast;
|
| H A D | main.c | 88 long numdirs, dirhash, listmax, inplast; variable
|
| H A D | setup.c | 525 listmax = numdirs + 10; in setup() 526 inpsort = calloc((unsigned)listmax, sizeof(*inpsort)); in setup()
|
| /netbsd-src/sbin/fsdb/ |
| H A D | fsdb.c | 80 long numdirs, dirhash, listmax, inplast; variable
|