summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorpjd <pjd@FreeBSD.org>2006-10-31 22:18:33 +0000
committerpjd <pjd@FreeBSD.org>2006-10-31 22:18:33 +0000
commit3a5ac9f9e07fbbb8708337d836ebc33de49caffa (patch)
tree4032bde77b578558564a8e1e1fde5056d82c60d9 /tools
parent90d15919d6c2885fcfbf6e01ab1886cbebc56d56 (diff)
downloadFreeBSD-src-3a5ac9f9e07fbbb8708337d836ebc33de49caffa.zip
FreeBSD-src-3a5ac9f9e07fbbb8708337d836ebc33de49caffa.tar.gz
Add fs_unrefs field to the super block structure.
Sponsored by: home.pl
Diffstat (limited to 'tools')
-rw-r--r--tools/tools/find-sb/mini_ufs.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/tools/find-sb/mini_ufs.h b/tools/tools/find-sb/mini_ufs.h
index 033d967..82a864d 100644
--- a/tools/tools/find-sb/mini_ufs.h
+++ b/tools/tools/find-sb/mini_ufs.h
@@ -124,7 +124,8 @@ struct fs {
u_int *fs_active; /* (u) used by snapshots to track fs */
int32_t fs_old_cpc; /* cyl per cycle in postbl */
int32_t fs_maxbsize; /* maximum blocking factor permitted */
- int64_t fs_sparecon64[17]; /* old rotation block list head */
+ int64_t fs_unrefs; /* number of unreferenced inodes */
+ int64_t fs_sparecon64[16]; /* old rotation block list head */
int64_t fs_sblockloc; /* byte offset of standard superblock */
struct csum_total fs_cstotal; /* (u) cylinder summary information */
ufs_time_t fs_time; /* last time written */
OpenPOWER on IntegriCloud