Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/scrub/
Drmap.c55 if (!sc->sa.refc_cur || xchk_skip_xref(sc->sm)) in xchk_rmapbt_xref_refc()
196 if (!sc->sa.rmap_cur || xchk_skip_xref(sc->sm)) in xchk_xref_check_owner()
239 if (!sc->sa.rmap_cur || xchk_skip_xref(sc->sm)) in xchk_xref_has_no_owner()
Dalloc.c58 if (!*pcur || xchk_skip_xref(sc->sm)) in xchk_allocbt_xref_other()
160 if (!sc->sa.bno_cur || xchk_skip_xref(sc->sm)) in xchk_xref_is_used_space()
Drefcount.c297 if (!sc->sa.rmap_cur || xchk_skip_xref(sc->sm)) in xchk_refcountbt_xref_rmap()
391 if (!sc->sa.rmap_cur || xchk_skip_xref(sc->sm)) in xchk_refcount_xref_rmap()
447 if (!sc->sa.refc_cur || xchk_skip_xref(sc->sm)) in xchk_xref_is_cow_staging()
491 if (!sc->sa.refc_cur || xchk_skip_xref(sc->sm)) in xchk_xref_is_not_shared()
Dialloc.c377 xchk_skip_xref(sc->sm)) in xchk_iallocbt_xref_rmap_btreeblks()
414 if (!sc->sa.rmap_cur || xchk_skip_xref(sc->sm)) in xchk_iallocbt_xref_rmap_inodes()
486 if (!(*icur) || xchk_skip_xref(sc->sm)) in xchk_xref_inode_check()
Drtbitmap.c138 if (xchk_skip_xref(sc->sm)) in xchk_xref_is_used_rt_space()
Dcommon.h139 static inline bool xchk_skip_xref(struct xfs_scrub_metadata *sm) in xchk_skip_xref() function
Dinode.c438 if (!sc->sa.fino_cur || xchk_skip_xref(sc->sm)) in xchk_inode_xref_finobt()
481 if (xchk_skip_xref(sc->sm)) in xchk_inode_xref_bmap()
Dcommon.c761 if (xchk_skip_xref(sc->sm)) in xchk_should_check_xref()
Dbmap.c183 if (!info->sc->sa.rmap_cur || xchk_skip_xref(info->sc->sm)) in xchk_bmap_xref_rmap()