Searched refs:adjndir (Results 1 – 5 of 5) sorted by relevance
/freebsd/sbin/fsck_ffs/ |
H A D | globs.c | 52 int adjndir[MIBSIZE]; /* MIB cmd to adjust number of directories */ variable 124 bzero(adjndir, sizeof(int) * MIBSIZE); in fsckinit()
|
H A D | fsck.h | 325 extern int adjndir[MIBSIZE]; /* MIB cmd to adjust number of directories */
|
H A D | main.c | 644 if (sysctlnametomib("vfs.ffs.adjndir", adjndir, &size) < 0 || in setup_bkgrdchk()
|
H A D | pass5.c | 403 if (bkgrdsumadj == 0 || sysctl(adjndir, MIBSIZE, 0, 0, in pass5()
|
/freebsd/sys/ufs/ffs/ |
H A D | ffs_alloc.c | 3224 static SYSCTL_NODE(_vfs_ffs, FFS_ADJ_NDIR, adjndir,
|