Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_healthmon.c1047 const struct xfs_health_monitor *hmo) in xfs_healthmon_validate() argument
1049 if (hmo->flags & ~XFS_HEALTH_MONITOR_ALL) in xfs_healthmon_validate()
1051 if (hmo->format != XFS_HEALTH_MONITOR_FMT_V0) in xfs_healthmon_validate()
1053 if (memchr_inv(&hmo->pad, 0, sizeof(hmo->pad))) in xfs_healthmon_validate()
1083 struct xfs_health_monitor hmo; in xfs_healthmon_reconfigure() local
1086 if (copy_from_user(&hmo, arg, sizeof(hmo))) in xfs_healthmon_reconfigure()
1089 if (!xfs_healthmon_validate(&hmo)) in xfs_healthmon_reconfigure()
1093 hm->verbose = !!(hmo.flags & XFS_HEALTH_MONITOR_VERBOSE); in xfs_healthmon_reconfigure()
1170 struct xfs_health_monitor hmo; in xfs_ioc_health_monitor() local
1190 if (copy_from_user(&hmo, arg, sizeof(hmo))) in xfs_ioc_health_monitor()
[all …]