Searched refs:xchk_buffer_recheck (Results 1 – 6 of 6) sorted by relevance
/Linux-v6.6/fs/xfs/scrub/ |
D | dir.c | 206 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()
|
D | common.h | 152 void xchk_buffer_recheck(struct xfs_scrub *sc, struct xfs_buf *bp);
|
D | dabtree.c | 254 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()
|
D | agheader.c | 548 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()
|
D | btree.c | 311 xchk_buffer_recheck(bs->sc, pbp); in xchk_btree_block_check_sibling() 611 xchk_buffer_recheck(bs->sc, *pbp); in xchk_btree_get_block()
|
D | common.c | 1108 xchk_buffer_recheck( in xchk_buffer_recheck() function
|