Searched refs:xchk_should_check_xref (Results 1 – 10 of 10) sorted by relevance
/linux-4.19.296/fs/xfs/scrub/ |
D | alloc.c | 62 if (!xchk_should_check_xref(sc, &error, pcur)) in xchk_allocbt_xref_other() 70 if (!xchk_should_check_xref(sc, &error, pcur)) in xchk_allocbt_xref_other() 164 if (!xchk_should_check_xref(sc, &error, &sc->sa.bno_cur)) in xchk_xref_is_used_space()
|
D | refcount.c | 309 if (!xchk_should_check_xref(sc, &error, &sc->sa.rmap_cur)) in xchk_refcountbt_xref_rmap() 400 if (!xchk_should_check_xref(sc, &error, &sc->sa.rmap_cur)) in xchk_refcount_xref_rmap() 409 if (!xchk_should_check_xref(sc, &error, &sc->sa.rmap_cur)) in xchk_refcount_xref_rmap() 453 if (!xchk_should_check_xref(sc, &error, &sc->sa.refc_cur)) in xchk_xref_is_cow_staging() 461 if (!xchk_should_check_xref(sc, &error, &sc->sa.refc_cur)) in xchk_xref_is_cow_staging() 495 if (!xchk_should_check_xref(sc, &error, &sc->sa.refc_cur)) in xchk_xref_is_not_shared()
|
D | rmap.c | 66 if (!xchk_should_check_xref(sc, &error, &sc->sa.refc_cur)) in xchk_rmapbt_xref_refc() 201 if (!xchk_should_check_xref(sc, &error, &sc->sa.rmap_cur)) in xchk_xref_check_owner() 243 if (!xchk_should_check_xref(sc, &error, &sc->sa.rmap_cur)) in xchk_xref_has_no_owner()
|
D | agheader.c | 379 if (!xchk_should_check_xref(sc, &error, &sc->sa.bno_cur)) in xchk_agf_xref_freeblks() 401 if (!xchk_should_check_xref(sc, &error, &sc->sa.cnt_cur)) in xchk_agf_xref_cntbt() 411 if (!xchk_should_check_xref(sc, &error, &sc->sa.cnt_cur)) in xchk_agf_xref_cntbt() 431 if (!xchk_should_check_xref(sc, &error, &sc->sa.rmap_cur)) in xchk_agf_xref_btreeblks() 450 if (!xchk_should_check_xref(sc, &error, &sc->sa.bno_cur)) in xchk_agf_xref_btreeblks() 455 if (!xchk_should_check_xref(sc, &error, &sc->sa.cnt_cur)) in xchk_agf_xref_btreeblks() 476 if (!xchk_should_check_xref(sc, &error, &sc->sa.refc_cur)) in xchk_agf_xref_refcblks() 782 if (!xchk_should_check_xref(sc, &error, &sc->sa.ino_cur)) in xchk_agi_xref_icounts()
|
D | ialloc.c | 69 if (!xchk_should_check_xref(sc, &error, pcur)) in xchk_iallocbt_chunk_xref_other() 394 if (!xchk_should_check_xref(sc, &error, &sc->sa.rmap_cur)) in xchk_iallocbt_xref_rmap_btreeblks() 421 if (!xchk_should_check_xref(sc, &error, &sc->sa.rmap_cur)) in xchk_iallocbt_xref_rmap_inodes() 490 if (!xchk_should_check_xref(sc, &error, icur)) in xchk_xref_inode_check()
|
D | inode.c | 449 if (!xchk_should_check_xref(sc, &error, &sc->sa.fino_cur) || in xchk_inode_xref_finobt() 454 if (!xchk_should_check_xref(sc, &error, &sc->sa.fino_cur) || in xchk_inode_xref_finobt() 487 if (!xchk_should_check_xref(sc, &error, NULL)) in xchk_inode_xref_bmap() 494 if (!xchk_should_check_xref(sc, &error, NULL)) in xchk_inode_xref_bmap()
|
D | rtbitmap.c | 150 if (!xchk_should_check_xref(sc, &error, NULL)) in xchk_xref_is_used_rt_space()
|
D | bmap.c | 143 if (!xchk_should_check_xref(info->sc, &error, in xchk_bmap_get_rmap() 154 if (!xchk_should_check_xref(info->sc, &error, in xchk_bmap_get_rmap() 161 if (!xchk_should_check_xref(info->sc, &error, in xchk_bmap_get_rmap()
|
D | common.h | 70 bool xchk_should_check_xref(struct xfs_scrub *sc, int *error,
|
D | common.c | 755 xchk_should_check_xref( in xchk_should_check_xref() function
|