Searched refs:adjnbfree (Results 1 – 5 of 5) sorted by relevance
/freebsd/sbin/fsck_ffs/ |
H A D | globs.c | 53 int adjnbfree[MIBSIZE]; /* MIB cmd to adjust number of free blocks */ variable 125 bzero(adjnbfree, sizeof(int) * MIBSIZE); in fsckinit()
|
H A D | fsck.h | 326 extern int adjnbfree[MIBSIZE]; /* MIB cmd to adjust number of free blocks */
|
H A D | main.c | 645 sysctlnametomib("vfs.ffs.adjnbfree", adjnbfree, &size) < 0 || in setup_bkgrdchk()
|
H A D | pass5.c | 414 if (bkgrdsumadj == 0 || sysctl(adjnbfree, MIBSIZE, 0, 0, in pass5()
|
/freebsd/sys/ufs/ffs/ |
H A D | ffs_alloc.c | 3228 static SYSCTL_NODE(_vfs_ffs, FFS_ADJ_NBFREE, adjnbfree,
|