Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ocfs2/
Dblockcheck.c284 &stats->b_failure_count); in ocfs2_blockcheck_debug_install()
347 stats->b_failure_count++; in ocfs2_blockcheck_inc_failure()
348 new_count = stats->b_failure_count; in ocfs2_blockcheck_inc_failure()
Dblockcheck.h28 u64 b_failure_count; /* Number of failed checksums */ member