Home
last modified time | relevance | path

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

/linux-6.15/fs/xfs/scrub/
H A Ddir.c375 xchk_buffer_recheck(ds->sc, bp); in xchk_dir_rec()
493 xchk_buffer_recheck(sc, bp); in xchk_directory_data_bestfree()
644 xchk_buffer_recheck(sc, bp); in xchk_directory_leaf1_bestfree()
750 xchk_buffer_recheck(sc, bp); in xchk_directory_free_bestfree()
H A Ddabtree.c270 xchk_buffer_recheck(ds->sc, altpath->blk[level].bp); in xchk_da_btree_block_check_sibling()
366 xchk_buffer_recheck(ds->sc, blk->bp); in xchk_da_btree_block()
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.c1367 xchk_buffer_recheck( in xchk_buffer_recheck() function