Searched refs:adjnifree (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/sbin/fsck_ffs/
H A Dglobs.c67 int adjnifree[MIBSIZE]; /* MIB command to adjust number of free inodes */ variable
140 bzero(adjnifree, sizeof(int) * MIBSIZE);
H A Dfsck.h297 extern int adjnifree[MIBSIZE]; /* MIB command to adjust number of free inodes */
H A Dsetup.c159 sysctlnametomib("vfs.ffs.adjnifree", adjnifree, &size) < 0 ||
H A Dpass5.c385 printf("adjnifree by %+" PRIi64 "\n", cmd.value);
386 if (bkgrdsumadj == 0 || sysctl(adjnifree, MIBSIZE, 0, 0,
/freebsd-11-stable/sys/ufs/ffs/
H A Dffs_alloc.c2743 static SYSCTL_NODE(_vfs_ffs, FFS_ADJ_NIFREE, adjnifree, CTLFLAG_WR,

Completed in 411 milliseconds