Searched refs:ocfs2_blockcheck_stats (Results 1 - 4 of 4) sorted by relevance

/linux-master/fs/ocfs2/
H A Dblockcheck.h15 struct ocfs2_blockcheck_stats { struct
46 struct ocfs2_blockcheck_stats *stats);
51 struct ocfs2_blockcheck_stats *stats);
54 void ocfs2_blockcheck_stats_debugfs_install(struct ocfs2_blockcheck_stats *stats,
56 void ocfs2_blockcheck_stats_debugfs_remove(struct ocfs2_blockcheck_stats *stats);
H A Dblockcheck.c232 static void ocfs2_blockcheck_debug_remove(struct ocfs2_blockcheck_stats *stats)
240 static void ocfs2_blockcheck_debug_install(struct ocfs2_blockcheck_stats *stats,
259 static inline void ocfs2_blockcheck_debug_install(struct ocfs2_blockcheck_stats *stats,
264 static inline void ocfs2_blockcheck_debug_remove(struct ocfs2_blockcheck_stats *stats)
270 void ocfs2_blockcheck_stats_debugfs_install(struct ocfs2_blockcheck_stats *stats,
276 void ocfs2_blockcheck_stats_debugfs_remove(struct ocfs2_blockcheck_stats *stats)
281 static void ocfs2_blockcheck_inc_check(struct ocfs2_blockcheck_stats *stats)
297 static void ocfs2_blockcheck_inc_failure(struct ocfs2_blockcheck_stats *stats)
313 static void ocfs2_blockcheck_inc_recover(struct ocfs2_blockcheck_stats *stats)
380 struct ocfs2_blockcheck_stats *stat
[all...]
H A Dsuper.c110 struct ocfs2_blockcheck_stats *stats);
114 struct ocfs2_blockcheck_stats *stats);
724 struct ocfs2_blockcheck_stats *stats)
790 memset(stats, 0, sizeof(struct ocfs2_blockcheck_stats));
978 struct ocfs2_blockcheck_stats stats;
1999 struct ocfs2_blockcheck_stats *stats)
2319 struct ocfs2_blockcheck_stats *stats)
H A Docfs2.h32 /* For struct ocfs2_blockcheck_stats */
383 struct ocfs2_blockcheck_stats osb_ecc_stats;

Completed in 221 milliseconds