Searched refs:adjnifree (Results 1 – 5 of 5) sorted by relevance
/freebsd/sbin/fsck_ffs/ |
H A D | globs.c | 54 int adjnifree[MIBSIZE]; /* MIB cmd to adjust number of free inodes */ variable 126 bzero(adjnifree, sizeof(int) * MIBSIZE); in fsckinit()
|
H A D | fsck.h | 327 extern int adjnifree[MIBSIZE]; /* MIB cmd to adjust number of free inodes */
|
H A D | main.c | 646 sysctlnametomib("vfs.ffs.adjnifree", adjnifree, &size) < 0 || in setup_bkgrdchk()
|
H A D | pass5.c | 425 if (bkgrdsumadj == 0 || sysctl(adjnifree, MIBSIZE, 0, 0, in pass5()
|
/freebsd/sys/ufs/ffs/ |
H A D | ffs_alloc.c | 3232 static SYSCTL_NODE(_vfs_ffs, FFS_ADJ_NIFREE, adjnifree,
|