Searched defs:lfs_stats (Results 1 – 2 of 2) sorted by relevance
1189 struct lfs_stats { /* Must match sysctl list in lfs_vfsops.h ! */ struct1190 u_int segsused;1191 u_int psegwrites;1192 u_int psyncwrites;1193 u_int pcleanwrites;1194 u_int blocktot;1195 u_int cleanblocks;1196 u_int ncheckpoints;1197 u_int nwrites;1198 u_int nsync_writes;[all …]
151 struct lfs_stats lfs_stats; variable