Home
last modified time | relevance | path

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

/openbmc/linux/fs/ocfs2/
H A Dblockcheck.c252 &stats->b_failure_count, &blockcheck_fops); in ocfs2_blockcheck_debug_install()
305 stats->b_failure_count++; in ocfs2_blockcheck_inc_failure()
306 new_count = stats->b_failure_count; in ocfs2_blockcheck_inc_failure()
H A Dblockcheck.h18 u64 b_failure_count; /* Number of failed checksums */ member