Searched refs:unmount_event (Results 1 – 2 of 2) sorted by relevance
97 kfree(hm->unmount_event); in xfs_healthmon_put() 418 __xfs_healthmon_insert(hm, INSERT_HEAD, hm->unmount_event); in xfs_healthmon_unmount() 419 hm->unmount_event = NULL; in xfs_healthmon_unmount() 1237 hm->unmount_event = kzalloc_obj(struct xfs_healthmon_event, GFP_NOFS); in xfs_ioc_health_monitor() 1238 if (!hm->unmount_event) { in xfs_ioc_health_monitor() 1242 hm->unmount_event->type = XFS_HEALTHMON_UNMOUNT; in xfs_ioc_health_monitor() 1243 hm->unmount_event->domain = XFS_HEALTHMON_MOUNT; in xfs_ioc_health_monitor()
37 struct xfs_healthmon_event *unmount_event; member