Home
last modified time | relevance | path

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

/fs/xfs/scrub/
A Dscrub.c236 if (error == 0 && (sc->sm->sm_flags & XFS_SCRUB_IFLAG_REPAIR)) in xchk_teardown()
573 !(sm->sm_flags & XFS_SCRUB_IFLAG_REPAIR)) in xchk_validate_inputs()
582 if (sm->sm_flags & XFS_SCRUB_IFLAG_REPAIR) { in xchk_validate_inputs()
605 if ((sc->sm->sm_flags & XFS_SCRUB_IFLAG_REPAIR) && in xchk_postmortem()
700 if (sm->sm_flags & XFS_SCRUB_IFLAG_REPAIR) { in xfs_scrub_metadata()
A Dorphanage.h22 ASSERT(sc->sm->sm_flags & XFS_SCRUB_IFLAG_REPAIR); in xrep_orphanage_try_create()
A Dhealth.c236 if (sc->sm->sm_flags & XFS_SCRUB_IFLAG_REPAIR) in xchk_update_health()
A Dcommon.h243 return (sc->sm->sm_flags & XFS_SCRUB_IFLAG_REPAIR) && in xchk_could_repair()
A Dfscounters.c495 if (sc->sm->sm_flags & XFS_SCRUB_IFLAG_REPAIR) in xchk_fscount_within_range()
A Drepair.c298 if (!(sm->sm_flags & XFS_SCRUB_IFLAG_REPAIR)) in xrep_calc_ag_resblks()
404 if (!(sm->sm_flags & XFS_SCRUB_IFLAG_REPAIR)) in xrep_calc_rtgroup_resblks()
A Dcommon.c891 if (sc->sm->sm_flags & XFS_SCRUB_IFLAG_REPAIR) in xchk_trans_alloc()
A Dtrace.h119 { XFS_SCRUB_IFLAG_REPAIR, "repair" }, \
/fs/xfs/libxfs/
A Dxfs_fs.h759 #define XFS_SCRUB_IFLAG_REPAIR (1u << 0) macro
791 #define XFS_SCRUB_FLAGS_IN (XFS_SCRUB_IFLAG_REPAIR | \

Completed in 26 milliseconds