Home
last modified time | relevance | path

Searched refs:xchk_skip_xref (Results 1 – 9 of 9) sorted by relevance

/fs/xfs/scrub/
Drmap.c46 if (!sc->sa.refc_cur || xchk_skip_xref(sc->sm)) in xchk_rmapbt_xref_refc()
184 if (!sc->sa.rmap_cur || xchk_skip_xref(sc->sm)) in xchk_xref_check_owner()
227 if (!sc->sa.rmap_cur || xchk_skip_xref(sc->sm)) in xchk_xref_has_no_owner()
Drefcount.c287 if (!sc->sa.rmap_cur || xchk_skip_xref(sc->sm)) in xchk_refcountbt_xref_rmap()
379 if (!sc->sa.rmap_cur || xchk_skip_xref(sc->sm)) in xchk_refcount_xref_rmap()
432 if (!sc->sa.refc_cur || xchk_skip_xref(sc->sm)) in xchk_xref_is_cow_staging()
476 if (!sc->sa.refc_cur || xchk_skip_xref(sc->sm)) in xchk_xref_is_not_shared()
Dalloc.c51 if (!*pcur || xchk_skip_xref(sc->sm)) in xchk_allocbt_xref_other()
150 if (!sc->sa.bno_cur || xchk_skip_xref(sc->sm)) in xchk_xref_is_used_space()
Dialloc.c523 xchk_skip_xref(sc->sm)) in xchk_iallocbt_xref_rmap_btreeblks()
559 if (!sc->sa.rmap_cur || xchk_skip_xref(sc->sm)) in xchk_iallocbt_xref_rmap_inodes()
633 if (!(*icur) || xchk_skip_xref(sc->sm)) in xchk_xref_inode_check()
Drtbitmap.c131 if (xchk_skip_xref(sc->sm)) in xchk_xref_is_used_rt_space()
Dinode.c428 if (!sc->sa.fino_cur || xchk_skip_xref(sc->sm)) in xchk_inode_xref_finobt()
471 if (xchk_skip_xref(sc->sm)) in xchk_inode_xref_bmap()
Dcommon.h141 static inline bool xchk_skip_xref(struct xfs_scrub_metadata *sm) in xchk_skip_xref() function
Dcommon.c772 if (xchk_skip_xref(sc->sm)) in xchk_should_check_xref()
Dbmap.c176 if (!info->sc->sa.rmap_cur || xchk_skip_xref(info->sc->sm)) in xchk_bmap_xref_rmap()