Home
last modified time | relevance | path

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

/linux/fs/xfs/scrub/
H A Drtbitmap.c65 error = xchk_install_live_inode(sc, rtg_bitmap(sc->sr.rtg)); in xchk_setup_rtbitmap()
H A Drtrmap.c57 error = xchk_install_live_inode(sc, rtg_rmap(sc->sr.rtg)); in xchk_setup_rtrmapbt()
H A Drtsummary.c84 error = xchk_install_live_inode(sc, rtg_summary(sc->sr.rtg)); in xchk_setup_rtsummary()
H A Dquota.c65 error = xchk_install_live_inode(sc, xfs_quota_inode(sc->mp, dqtype)); in xchk_setup_quota()
H A Dcommon.h175 int xchk_install_live_inode(struct xfs_scrub *sc, struct xfs_inode *ip);
H A Dcommon.c1093 xchk_install_live_inode( in xchk_install_live_inode() function
1130 return xchk_install_live_inode(sc, ip_in); in xchk_iget_for_scrubbing()
H A Dmetapath.c99 error = xchk_install_live_inode(sc, ip); in xchk_setup_metapath_scan()
H A Drtrefcount.c52 error = xchk_install_live_inode(sc, rtg_refcount(sc->sr.rtg)); in xchk_setup_rtrefcountbt()
H A Dinode.c106 error = xchk_install_live_inode(sc, ip_in); in xchk_setup_inode()