HomeSort by: relevance | last modified time | path
    Searched refs:listmax (Results 1 - 14 of 14) sorted by relevancy

  /src/sbin/fsck_lfs/
fsck_vars.h 42 extern long numdirs, listmax, inplast;
vars.c 47 long numdirs, listmax, inplast; variable in typeref:typename:long
inode.c 392 if (inplast == listmax) {
394 (listmax + 100) * sizeof(struct inoinfo *));
396 listmax += 100;
pass1.c 136 listmax = numdirs + 10;
137 inpsort = ecalloc(listmax, sizeof(struct inoinfo *));
setup.c 456 listmax = numdirs + 10;
457 inpsort = ecalloc(listmax, sizeof(struct inoinfo *));
  /src/sbin/fsck_ext2fs/
fsck.h 188 extern long numdirs, listmax, inplast;
inode.c 522 if (inplast == listmax) {
523 listmax += 100;
525 (unsigned int)listmax * sizeof(struct inoinfo *));
main.c 101 long numdirs, listmax, inplast; variable in typeref:typename:long
setup.c 279 listmax = numdirs + 10;
280 inpsort = calloc((unsigned int)listmax, sizeof(struct inoinfo *));
  /src/sbin/fsck_ffs/
fsck.h 255 extern long numdirs, dirhash, listmax, inplast;
main.c 88 long numdirs, dirhash, listmax, inplast; variable in typeref:typename:long
inode.c 522 if (inplast == listmax) {
524 (unsigned)(listmax + 100) * sizeof(struct inoinfo *));
528 listmax += 100;
setup.c 524 listmax = numdirs + 10;
525 inpsort = calloc((unsigned)listmax, sizeof(*inpsort));
  /src/sbin/fsdb/
fsdb.c 80 long numdirs, dirhash, listmax, inplast; variable in typeref:typename:long

Completed in 25 milliseconds