Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ocfs2/
Dblockcheck.h25 struct ocfs2_blockcheck_stats { struct
59 struct ocfs2_blockcheck_stats *stats); argument
64 struct ocfs2_blockcheck_stats *stats);
67 int ocfs2_blockcheck_stats_debugfs_install(struct ocfs2_blockcheck_stats *stats,
69 void ocfs2_blockcheck_stats_debugfs_remove(struct ocfs2_blockcheck_stats *stats);
Dblockcheck.c250 static void ocfs2_blockcheck_debug_remove(struct ocfs2_blockcheck_stats *stats) in ocfs2_blockcheck_debug_remove()
264 static int ocfs2_blockcheck_debug_install(struct ocfs2_blockcheck_stats *stats, in ocfs2_blockcheck_debug_install()
300 static inline int ocfs2_blockcheck_debug_install(struct ocfs2_blockcheck_stats *stats, in ocfs2_blockcheck_debug_install()
306 static inline void ocfs2_blockcheck_debug_remove(struct ocfs2_blockcheck_stats *stats) in ocfs2_blockcheck_debug_remove()
312 int ocfs2_blockcheck_stats_debugfs_install(struct ocfs2_blockcheck_stats *stats, in ocfs2_blockcheck_stats_debugfs_install()
318 void ocfs2_blockcheck_stats_debugfs_remove(struct ocfs2_blockcheck_stats *stats) in ocfs2_blockcheck_stats_debugfs_remove()
323 static void ocfs2_blockcheck_inc_check(struct ocfs2_blockcheck_stats *stats) in ocfs2_blockcheck_inc_check()
339 static void ocfs2_blockcheck_inc_failure(struct ocfs2_blockcheck_stats *stats) in ocfs2_blockcheck_inc_failure()
355 static void ocfs2_blockcheck_inc_recover(struct ocfs2_blockcheck_stats *stats) in ocfs2_blockcheck_inc_recover()
422 struct ocfs2_blockcheck_stats *stats) in ocfs2_block_check_validate()
[all …]
Dsuper.c127 struct ocfs2_blockcheck_stats *stats);
131 struct ocfs2_blockcheck_stats *stats);
757 struct ocfs2_blockcheck_stats *stats) in ocfs2_sb_probe()
823 memset(stats, 0, sizeof(struct ocfs2_blockcheck_stats)); in ocfs2_sb_probe()
1013 struct ocfs2_blockcheck_stats stats; in ocfs2_fill_super()
2053 struct ocfs2_blockcheck_stats *stats) in ocfs2_initialize_super()
2374 struct ocfs2_blockcheck_stats *stats) in ocfs2_verify_volume()
Docfs2.h397 struct ocfs2_blockcheck_stats osb_ecc_stats;