Home
last modified time | relevance | path

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

/linux-6.1.9/fs/xfs/
Dxfs_health.c86 xfs_fs_mark_healthy(mp, XFS_SICK_FS_COUNTERS); in xfs_health_unmount()
107 xfs_fs_mark_healthy( in xfs_fs_mark_healthy() function
Dxfs_trace.h3726 DEFINE_FS_CORRUPT_EVENT(xfs_fs_mark_healthy);
/linux-6.1.9/fs/xfs/libxfs/
Dxfs_health.h103 void xfs_fs_mark_healthy(struct xfs_mount *mp, unsigned int mask);
Dxfs_ag.c165 xfs_fs_mark_healthy(mp, XFS_SICK_FS_COUNTERS); in xfs_initialize_perag_data()
/linux-6.1.9/fs/xfs/scrub/
Dhealth.c161 xfs_fs_mark_healthy(sc->mp, sc->sick_mask); in xchk_update_health()