Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ocfs2/
Dblockcheck.c279 &stats->b_check_count); in ocfs2_blockcheck_debug_install()
331 stats->b_check_count++; in ocfs2_blockcheck_inc_check()
332 new_count = stats->b_check_count; in ocfs2_blockcheck_inc_check()
Dblockcheck.h27 u64 b_check_count; /* Number of blocks we've checked */ member