Home
last modified time | relevance | path

Searched refs:b_recover_count (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/fs/ocfs2/
Dblockcheck.c255 &stats->b_recover_count, &blockcheck_fops); in ocfs2_blockcheck_debug_install()
321 stats->b_recover_count++; in ocfs2_blockcheck_inc_recover()
322 new_count = stats->b_recover_count; in ocfs2_blockcheck_inc_recover()
Dblockcheck.h19 u64 b_recover_count; /* Number of blocks fixed by ecc */ member