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

/freebsd-13-stable/sbin/fsck_ffs/
H A Dglobs.c63 int adjrefcnt[MIBSIZE]; /* MIB command to adjust inode reference cnt */ variable
134 bzero(adjrefcnt, sizeof(int) * MIBSIZE);
H A Dfsck.h323 extern int adjrefcnt[MIBSIZE]; /* MIB command to adjust inode reference cnt */
H A Dsetup.c141 if (sysctlnametomib("vfs.ffs.adjrefcnt", adjrefcnt, &size) < 0||
H A Dmain.c285 if (sysctlnametomib("vfs.ffs.adjrefcnt", adjrefcnt, &size) < 0)
H A Ddir.c421 printf("adjrefcnt ino %ld amt %lld\n",
424 if (sysctl(adjrefcnt, MIBSIZE, 0, 0,
H A Dinode.c789 printf("adjrefcnt ino %ld amt %lld\n",
791 if (sysctl(adjrefcnt, MIBSIZE, 0, 0,
/freebsd-13-stable/sys/ufs/ffs/
H A Dffs_alloc.c3098 * adjrefcnt(inode, amt) - adjusts the reference count on the
3129 SYSCTL_PROC(_vfs_ffs, FFS_ADJ_REFCNT, adjrefcnt,

Completed in 67 milliseconds