Home
last modified time | relevance | path

Searched refs:fs_unrefs (Results 1 – 6 of 6) sorted by relevance

/freebsd/sbin/fsck_ffs/
H A Dgjournal.c77 if (fs->fs_unrefs == 0) { in gjournal_check()
142 fs->fs_unrefs--; in gjournal_check()
156 if (fs->fs_unrefs == 0) in gjournal_check()
/freebsd/sys/ufs/ufs/
H A Dufs_gjournal.c90 fs->fs_unrefs += count; in ufs_gjournal_modref()
/freebsd/tools/tools/find-sb/
H A Dmini_ufs.h125 int64_t fs_unrefs; /* number of unreferenced inodes */ member
/freebsd/sbin/dumpfs/
H A Ddumpfs.c202 (intmax_t)afs.fs_unrefs); in dumpfs()
/freebsd/sys/ufs/ffs/
H A Dfs.h411 int64_t fs_unrefs; /* number of unreferenced inodes */ member
/freebsd/sbin/growfs/
H A Ddebug.c272 sb->fs_unrefs); in dbg_dump_fs()