Home
last modified time | relevance | path

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

/linux/fs/xfs/scrub/
H A Dscrub.c236 if (error == 0 && (sc->sm->sm_flags & XFS_SCRUB_IFLAG_REPAIR)) in xchk_teardown()
571 !(sm->sm_flags & XFS_SCRUB_IFLAG_REPAIR)) in xchk_validate_inputs()
580 if (sm->sm_flags & XFS_SCRUB_IFLAG_REPAIR) { in xchk_validate_inputs()
603 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()
H A Dhealth.c236 if (sc->sm->sm_flags & XFS_SCRUB_IFLAG_REPAIR) in xchk_update_health()
H A Dcommon.h243 return (sc->sm->sm_flags & XFS_SCRUB_IFLAG_REPAIR) && in xchk_could_repair()
H A Dfscounters.c488 if (sc->sm->sm_flags & XFS_SCRUB_IFLAG_REPAIR) in xchk_fscount_within_range()
H A Drepair.c297 if (!(sm->sm_flags & XFS_SCRUB_IFLAG_REPAIR)) in xrep_calc_ag_resblks()
403 if (!(sm->sm_flags & XFS_SCRUB_IFLAG_REPAIR)) in xrep_calc_rtgroup_resblks()
H A Dcommon.c891 if (sc->sm->sm_flags & XFS_SCRUB_IFLAG_REPAIR) in xchk_trans_alloc()
H A Dtrace.h119 { XFS_SCRUB_IFLAG_REPAIR, "repair" }, \
/linux/fs/xfs/libxfs/
H A Dxfs_fs.h756 #define XFS_SCRUB_IFLAG_REPAIR (1u << 0) macro
788 #define XFS_SCRUB_FLAGS_IN (XFS_SCRUB_IFLAG_REPAIR | \