Searched refs:adjrefcnt (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.1-release/sbin/fsck_ffs/
H A Dglobs.c61 int adjrefcnt[MIBSIZE]; /* MIB command to adjust inode reference cnt */ variable
128 bzero(adjrefcnt, sizeof(int) * MIBSIZE);
H A Dfsck.h289 extern int adjrefcnt[MIBSIZE]; /* MIB command to adjust inode reference cnt */
H A Dmain.c273 if (sysctlnametomib("vfs.ffs.adjrefcnt", adjrefcnt, &size) < 0)
H A Dsetup.c135 if (sysctlnametomib("vfs.ffs.adjrefcnt", adjrefcnt, &size) < 0||
H A Ddir.c328 printf("adjrefcnt ino %ld amt %lld\n",
331 if (sysctl(adjrefcnt, MIBSIZE, 0, 0,
H A Dinode.c548 printf("adjrefcnt ino %ld amt %lld\n",
550 if (sysctl(adjrefcnt, MIBSIZE, 0, 0,
/freebsd-10.1-release/sys/ufs/ffs/
H A Dffs_alloc.c2600 * adjrefcnt(inode, amt) - adjusts the reference count on the
2641 SYSCTL_PROC(_vfs_ffs, FFS_ADJ_REFCNT, adjrefcnt, CTLFLAG_WR|CTLTYPE_STRUCT,

Completed in 43 milliseconds