Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_healthmon.c1041 const struct xfs_health_monitor *hmo) in xfs_healthmon_validate() argument
1043 if (hmo->flags & ~XFS_HEALTH_MONITOR_ALL) in xfs_healthmon_validate()
1045 if (hmo->format != XFS_HEALTH_MONITOR_FMT_V0) in xfs_healthmon_validate()
1047 if (memchr_inv(&hmo->pad, 0, sizeof(hmo->pad))) in xfs_healthmon_validate()
1077 struct xfs_health_monitor hmo; in xfs_healthmon_reconfigure() local
1080 if (copy_from_user(&hmo, arg, sizeof(hmo))) in xfs_healthmon_reconfigure()
1083 if (!xfs_healthmon_validate(&hmo)) in xfs_healthmon_reconfigure()
1087 hm->verbose = !!(hmo.flags & XFS_HEALTH_MONITOR_VERBOSE); in xfs_healthmon_reconfigure()
1164 struct xfs_health_monitor hmo; in xfs_ioc_health_monitor() local
1184 if (copy_from_user(&hmo, arg, sizeof(hmo))) in xfs_ioc_health_monitor()
[all …]