Home
last modified time | relevance | path

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

/Linux-v5.4/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()
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()
Drefcount.c289 if (!sc->sa.rmap_cur || xchk_skip_xref(sc->sm)) in xchk_refcountbt_xref_rmap()
381 if (!sc->sa.rmap_cur || xchk_skip_xref(sc->sm)) in xchk_refcount_xref_rmap()
434 if (!sc->sa.refc_cur || xchk_skip_xref(sc->sm)) in xchk_xref_is_cow_staging()
478 if (!sc->sa.refc_cur || xchk_skip_xref(sc->sm)) in xchk_xref_is_not_shared()
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()
Dcommon.h134 static inline bool xchk_skip_xref(struct xfs_scrub_metadata *sm) in xchk_skip_xref() function
Dinode.c429 if (!sc->sa.fino_cur || xchk_skip_xref(sc->sm)) in xchk_inode_xref_finobt()
472 if (xchk_skip_xref(sc->sm)) in xchk_inode_xref_bmap()
Dcommon.c772 if (xchk_skip_xref(sc->sm)) in xchk_should_check_xref()
Dbmap.c156 if (!info->sc->sa.rmap_cur || xchk_skip_xref(info->sc->sm)) in xchk_bmap_xref_rmap()