Searched refs:adjndir (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12-stable/sbin/fsck_ffs/ |
| D | globs.c | 67 int adjndir[MIBSIZE]; /* MIB command to adjust number of directories */ variable 141 bzero(adjndir, sizeof(int) * MIBSIZE); in fsckinit()
|
| D | fsck.h | 297 extern int adjndir[MIBSIZE]; /* MIB command to adjust number of directories */
|
| D | setup.c | 162 if (sysctlnametomib("vfs.ffs.adjndir", adjndir, &size) < 0 || in setup()
|
| D | pass5.c | 399 if (bkgrdsumadj == 0 || sysctl(adjndir, MIBSIZE, 0, 0, in pass5()
|
| /freebsd-12-stable/sys/ufs/ffs/ |
| D | ffs_alloc.c | 3088 static SYSCTL_NODE(_vfs_ffs, FFS_ADJ_NDIR, adjndir, CTLFLAG_WR,
|