Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/scrub/
Dscrub.c222 if (error == 0 && (sc->sm->sm_flags & XFS_SCRUB_IFLAG_REPAIR)) in xchk_teardown()
498 !(sm->sm_flags & XFS_SCRUB_IFLAG_REPAIR)) in xchk_validate_inputs()
507 if (sm->sm_flags & XFS_SCRUB_IFLAG_REPAIR) { in xchk_validate_inputs()
530 if ((sc->sm->sm_flags & XFS_SCRUB_IFLAG_REPAIR) && in xchk_postmortem()
628 if (sm->sm_flags & XFS_SCRUB_IFLAG_REPAIR) { in xfs_scrub_metadata()
Dorphanage.h22 ASSERT(sc->sm->sm_flags & XFS_SCRUB_IFLAG_REPAIR); in xrep_orphanage_try_create()
Dhealth.c227 if (sc->sm->sm_flags & XFS_SCRUB_IFLAG_REPAIR) in xchk_update_health()
Dcommon.h199 return (sc->sm->sm_flags & XFS_SCRUB_IFLAG_REPAIR) && in xchk_could_repair()
Dfscounters.c487 if (sc->sm->sm_flags & XFS_SCRUB_IFLAG_REPAIR) in xchk_fscount_within_range()
Dcommon.c718 if (sc->sm->sm_flags & XFS_SCRUB_IFLAG_REPAIR) in xchk_trans_alloc()
Drepair.c289 if (!(sm->sm_flags & XFS_SCRUB_IFLAG_REPAIR)) in xrep_calc_ag_resblks()
Dtrace.h107 { XFS_SCRUB_IFLAG_REPAIR, "repair" }, \
/linux-6.12.1/fs/xfs/libxfs/
Dxfs_fs.h739 #define XFS_SCRUB_IFLAG_REPAIR (1u << 0) macro
771 #define XFS_SCRUB_FLAGS_IN (XFS_SCRUB_IFLAG_REPAIR | \