Searched refs:xchk_buffer_recheck (Results  1 – 6 of 6) sorted by relevance
| /Linux-v5.10/fs/xfs/scrub/ | 
| D | dir.c | 244 	xchk_buffer_recheck(ds->sc, bp);  in xchk_dir_rec()357 	xchk_buffer_recheck(sc, bp);  in xchk_directory_data_bestfree()
 507 	xchk_buffer_recheck(sc, bp);  in xchk_directory_leaf1_bestfree()
 610 	xchk_buffer_recheck(sc, bp);  in xchk_directory_free_bestfree()
 
 | 
| D | common.h | 135 void xchk_buffer_recheck(struct xfs_scrub *sc, struct xfs_buf *bp);
 | 
| D | dabtree.c | 253 		xchk_buffer_recheck(ds->sc, altpath->blk[level].bp);  in xchk_da_btree_block_check_sibling()348 		xchk_buffer_recheck(ds->sc, blk->bp);  in xchk_da_btree_block()
 
 | 
| D | btree.c | 297 		xchk_buffer_recheck(bs->sc, pbp);  in xchk_btree_block_check_sibling()527 		xchk_buffer_recheck(bs->sc, *pbp);  in xchk_btree_get_block()
 
 | 
| D | agheader.c | 526 	xchk_buffer_recheck(sc, sc->sa.agf_bp);  in xchk_agf()706 	xchk_buffer_recheck(sc, sc->sa.agfl_bp);  in xchk_agfl()
 865 	xchk_buffer_recheck(sc, sc->sa.agi_bp);  in xchk_agi()
 
 | 
| D | common.c | 801 xchk_buffer_recheck(  in xchk_buffer_recheck()  function
 |