Home
last modified time | relevance | path

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

/linux-6.1.9/fs/ocfs2/
Dblockcheck.h15 struct ocfs2_blockcheck_stats { struct
46 struct ocfs2_blockcheck_stats *stats); argument
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);
Dblockcheck.c232 static void ocfs2_blockcheck_debug_remove(struct ocfs2_blockcheck_stats *stats) in ocfs2_blockcheck_debug_remove()
240 static void ocfs2_blockcheck_debug_install(struct ocfs2_blockcheck_stats *stats, in ocfs2_blockcheck_debug_install()
259 static inline void ocfs2_blockcheck_debug_install(struct ocfs2_blockcheck_stats *stats, in ocfs2_blockcheck_debug_install()
264 static inline void ocfs2_blockcheck_debug_remove(struct ocfs2_blockcheck_stats *stats) in ocfs2_blockcheck_debug_remove()
270 void ocfs2_blockcheck_stats_debugfs_install(struct ocfs2_blockcheck_stats *stats, in ocfs2_blockcheck_stats_debugfs_install()
276 void ocfs2_blockcheck_stats_debugfs_remove(struct ocfs2_blockcheck_stats *stats) in ocfs2_blockcheck_stats_debugfs_remove()
281 static void ocfs2_blockcheck_inc_check(struct ocfs2_blockcheck_stats *stats) in ocfs2_blockcheck_inc_check()
297 static void ocfs2_blockcheck_inc_failure(struct ocfs2_blockcheck_stats *stats) in ocfs2_blockcheck_inc_failure()
313 static void ocfs2_blockcheck_inc_recover(struct ocfs2_blockcheck_stats *stats) in ocfs2_blockcheck_inc_recover()
380 struct ocfs2_blockcheck_stats *stats) in ocfs2_block_check_validate()
[all …]
Dsuper.c110 struct ocfs2_blockcheck_stats *stats);
114 struct ocfs2_blockcheck_stats *stats);
724 struct ocfs2_blockcheck_stats *stats) in ocfs2_sb_probe()
790 memset(stats, 0, sizeof(struct ocfs2_blockcheck_stats)); in ocfs2_sb_probe()
976 struct ocfs2_blockcheck_stats stats; in ocfs2_fill_super()
1999 struct ocfs2_blockcheck_stats *stats) in ocfs2_initialize_super()
2319 struct ocfs2_blockcheck_stats *stats) in ocfs2_verify_volume()
Docfs2.h383 struct ocfs2_blockcheck_stats osb_ecc_stats;