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

/freebsd-11-stable/sbin/fsck_ffs/
H A Dglobs.c66 int adjnbfree[MIBSIZE]; /* MIB command to adjust number of free blocks */ variable
139 bzero(adjnbfree, sizeof(int) * MIBSIZE);
H A Dfsck.h296 extern int adjnbfree[MIBSIZE]; /* MIB command to adjust number of free blocks */
H A Dsetup.c158 sysctlnametomib("vfs.ffs.adjnbfree", adjnbfree, &size) < 0 ||
H A Dpass5.c376 printf("adjnbfree by %+" PRIi64 "\n", cmd.value);
377 if (bkgrdsumadj == 0 || sysctl(adjnbfree, MIBSIZE, 0, 0,
/freebsd-11-stable/sys/ufs/ffs/
H A Dffs_alloc.c2740 static SYSCTL_NODE(_vfs_ffs, FFS_ADJ_NBFREE, adjnbfree, CTLFLAG_WR,

Completed in 124 milliseconds