Searched refs:xchk_should_check_xref (Results  1 – 10 of 10) sorted by relevance
| /Linux-v5.4/fs/xfs/scrub/ | 
| D | alloc.c | 55 	if (!xchk_should_check_xref(sc, &error, pcur))  in xchk_allocbt_xref_other()63 	if (!xchk_should_check_xref(sc, &error, pcur))  in xchk_allocbt_xref_other()
 154 	if (!xchk_should_check_xref(sc, &error, &sc->sa.bno_cur))  in xchk_xref_is_used_space()
 
 | 
| D | refcount.c | 301 	if (!xchk_should_check_xref(sc, &error, &sc->sa.rmap_cur))  in xchk_refcountbt_xref_rmap()390 	if (!xchk_should_check_xref(sc, &error, &sc->sa.rmap_cur))  in xchk_refcount_xref_rmap()
 398 	if (!xchk_should_check_xref(sc, &error, &sc->sa.rmap_cur))  in xchk_refcount_xref_rmap()
 440 	if (!xchk_should_check_xref(sc, &error, &sc->sa.refc_cur))  in xchk_xref_is_cow_staging()
 448 	if (!xchk_should_check_xref(sc, &error, &sc->sa.refc_cur))  in xchk_xref_is_cow_staging()
 482 	if (!xchk_should_check_xref(sc, &error, &sc->sa.refc_cur))  in xchk_xref_is_not_shared()
 
 | 
| D | rmap.c | 57 	if (!xchk_should_check_xref(sc, &error, &sc->sa.refc_cur))  in xchk_rmapbt_xref_refc()189 	if (!xchk_should_check_xref(sc, &error, &sc->sa.rmap_cur))  in xchk_xref_check_owner()
 231 	if (!xchk_should_check_xref(sc, &error, &sc->sa.rmap_cur))  in xchk_xref_has_no_owner()
 
 | 
| D | agheader.c | 370 	if (!xchk_should_check_xref(sc, &error, &sc->sa.bno_cur))  in xchk_agf_xref_freeblks()392 	if (!xchk_should_check_xref(sc, &error, &sc->sa.cnt_cur))  in xchk_agf_xref_cntbt()
 402 	if (!xchk_should_check_xref(sc, &error, &sc->sa.cnt_cur))  in xchk_agf_xref_cntbt()
 422 		if (!xchk_should_check_xref(sc, &error, &sc->sa.rmap_cur))  in xchk_agf_xref_btreeblks()
 441 	if (!xchk_should_check_xref(sc, &error, &sc->sa.bno_cur))  in xchk_agf_xref_btreeblks()
 446 	if (!xchk_should_check_xref(sc, &error, &sc->sa.cnt_cur))  in xchk_agf_xref_btreeblks()
 467 	if (!xchk_should_check_xref(sc, &error, &sc->sa.refc_cur))  in xchk_agf_xref_refcblks()
 777 	if (!xchk_should_check_xref(sc, &error, &sc->sa.ino_cur))  in xchk_agi_xref_icounts()
 
 | 
| D | inode.c | 440 	if (!xchk_should_check_xref(sc, &error, &sc->sa.fino_cur) ||  in xchk_inode_xref_finobt()445 	if (!xchk_should_check_xref(sc, &error, &sc->sa.fino_cur) ||  in xchk_inode_xref_finobt()
 478 	if (!xchk_should_check_xref(sc, &error, NULL))  in xchk_inode_xref_bmap()
 485 	if (!xchk_should_check_xref(sc, &error, NULL))  in xchk_inode_xref_bmap()
 
 | 
| D | ialloc.c | 73 	if (!xchk_should_check_xref(sc, &error, pcur))  in xchk_iallocbt_chunk_xref_other()539 	if (!xchk_should_check_xref(sc, &error, &sc->sa.rmap_cur))  in xchk_iallocbt_xref_rmap_btreeblks()
 565 	if (!xchk_should_check_xref(sc, &error, &sc->sa.rmap_cur))  in xchk_iallocbt_xref_rmap_inodes()
 637 	if (!xchk_should_check_xref(sc, &error, icur))  in xchk_xref_inode_check()
 
 | 
| D | rtbitmap.c | 142 	if (!xchk_should_check_xref(sc, &error, NULL))  in xchk_xref_is_used_rt_space()
 | 
| D | bmap.c | 116 		if (!xchk_should_check_xref(info->sc, &error,  in xchk_bmap_get_rmap()127 	if (!xchk_should_check_xref(info->sc, &error,  in xchk_bmap_get_rmap()
 134 	if (!xchk_should_check_xref(info->sc, &error,  in xchk_bmap_get_rmap()
 
 | 
| D | common.h | 64 bool xchk_should_check_xref(struct xfs_scrub *sc, int *error,
 | 
| D | common.c | 766 xchk_should_check_xref(  in xchk_should_check_xref()  function
 |