Home
last modified time | relevance | path

Searched refs:xchk_could_repair (Results 1 – 17 of 17) sorted by relevance

/linux-6.12.1/fs/xfs/scrub/
Dsymlink.c36 if (xchk_could_repair(sc)) { in xchk_setup_symlink()
Dcommon.h197 static inline bool xchk_could_repair(const struct xfs_scrub *sc) in xchk_could_repair() function
204 # define xchk_could_repair(sc) (false) macro
Dalloc.c39 if (xchk_could_repair(sc)) in xchk_setup_ag_allocbt()
Drtbitmap.c38 if (xchk_could_repair(sc)) { in xchk_setup_rtbitmap()
Dattr.c104 if (xchk_could_repair(sc)) { in xchk_setup_xattr_buf()
136 if (xchk_could_repair(sc)) { in xchk_setup_xattr()
Drtsummary.c55 if (xchk_could_repair(sc)) { in xchk_setup_rtsummary()
Dfscounters.c234 if ((sc->flags & XCHK_TRY_HARDER) || xchk_could_repair(sc)) { in xchk_setup_fscounters()
Drefcount.c34 if (xchk_could_repair(sc)) { in xchk_setup_ag_refcountbt()
Drmap.c40 if (xchk_could_repair(sc)) { in xchk_setup_ag_rmapbt()
Dinode.c192 if (xchk_could_repair(sc)) in xchk_setup_inode()
Dparent.c38 if (xchk_could_repair(sc)) { in xchk_setup_parent()
Dscrub.c661 if (xchk_could_repair(sc)) { in xfs_scrub_metadata()
Ddirtree.c100 if (xchk_could_repair(sc)) { in xchk_setup_dirtree()
Dnlinks.c55 if (xchk_could_repair(sc)) { in xchk_setup_nlinks()
Dcommon.c883 if (!xchk_could_repair(sc)) in xchk_ino_dqattach()
Dbmap.c53 bool is_repair = xchk_could_repair(sc); in xchk_setup_inode_bmap()
Ddir.c39 if (xchk_could_repair(sc)) { in xchk_setup_directory()