Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/scrub/
H A Ddir.c206 xchk_buffer_recheck(ds->sc, bp); in xchk_dir_rec()
323 xchk_buffer_recheck(sc, bp); in xchk_directory_data_bestfree()
474 xchk_buffer_recheck(sc, bp); in xchk_directory_leaf1_bestfree()
581 xchk_buffer_recheck(sc, bp); in xchk_directory_free_bestfree()
H A Dcommon.h152 void xchk_buffer_recheck(struct xfs_scrub *sc, struct xfs_buf *bp);
H A Ddabtree.c254 xchk_buffer_recheck(ds->sc, altpath->blk[level].bp); in xchk_da_btree_block_check_sibling()
349 xchk_buffer_recheck(ds->sc, blk->bp); in xchk_da_btree_block()
H A Dagheader.c548 xchk_buffer_recheck(sc, sc->sa.agf_bp); in xchk_agf()
738 xchk_buffer_recheck(sc, sai.agfl_bp); in xchk_agfl()
891 xchk_buffer_recheck(sc, sc->sa.agi_bp); in xchk_agi()
H A Dbtree.c311 xchk_buffer_recheck(bs->sc, pbp); in xchk_btree_block_check_sibling()
616 xchk_buffer_recheck(bs->sc, *pbp); in xchk_btree_get_block()
H A Dcommon.c1108 xchk_buffer_recheck( in xchk_buffer_recheck() function