Home
last modified time | relevance | path

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

/linux/fs/xfs/scrub/
H A Dbtree.c307 xchk_buffer_recheck(bs->sc, pbp); in xchk_btree_block_check_sibling()
603 xchk_buffer_recheck(bs->sc, *pbp); in xchk_btree_get_block()
H A Dagheader.c615 xchk_buffer_recheck(sc, sc->sa.agf_bp); in xchk_agf()
805 xchk_buffer_recheck(sc, sai.agfl_bp); in xchk_agfl()
995 xchk_buffer_recheck(sc, sc->sa.agi_bp); in xchk_agi()
H A Dcommon.h181 void xchk_buffer_recheck(struct xfs_scrub *sc, struct xfs_buf *bp);
H A Dcommon.c1368 xchk_buffer_recheck( in xchk_buffer_recheck() function