Home
last modified time | relevance | path

Searched refs:xfs_fs_mark_healthy (Results 1 – 6 of 6) sorted by relevance

/linux-6.12.1/fs/xfs/scrub/
Dhealth.c166 xfs_fs_mark_healthy(mp, XFS_SICK_FS_INDIRECT); in xchk_mark_all_healthy()
237 xfs_fs_mark_healthy(sc->mp, sc->sick_mask); in xchk_update_health()
/linux-6.12.1/fs/xfs/
Dxfs_health.c90 xfs_fs_mark_healthy(mp, XFS_SICK_FS_COUNTERS); in xfs_health_unmount()
125 xfs_fs_mark_healthy( in xfs_fs_mark_healthy() function
Dxfs_qm.c1427 xfs_fs_mark_healthy(mp, XFS_SICK_FS_QUOTACHECK); in xfs_qm_quotacheck()
Dxfs_trace.h4181 DEFINE_FS_CORRUPT_EVENT(xfs_fs_mark_healthy);
/linux-6.12.1/fs/xfs/libxfs/
Dxfs_health.h188 void xfs_fs_mark_healthy(struct xfs_mount *mp, unsigned int mask);
Dxfs_ag.c183 xfs_fs_mark_healthy(mp, XFS_SICK_FS_COUNTERS); in xfs_initialize_perag_data()