Searched defs:lfs_stats (Results 1 – 2 of 2) sorted by relevance
1133 struct lfs_stats { /* Must match sysctl list in lfs_vfsops.h ! */ struct1134 u_int segsused;1135 u_int psegwrites;1136 u_int psyncwrites;1137 u_int pcleanwrites;1138 u_int blocktot;1139 u_int cleanblocks;1140 u_int ncheckpoints;1141 u_int nwrites;1142 u_int nsync_writes;[all …]
155 struct lfs_stats lfs_stats; variable