Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_healthmon.c99 kfree(hm->unmount_event); in xfs_healthmon_put()
418 __xfs_healthmon_insert(hm, hm->unmount_event); in xfs_healthmon_unmount()
419 hm->unmount_event = NULL; in xfs_healthmon_unmount()
1223 hm->unmount_event = kzalloc_obj(struct xfs_healthmon_event, GFP_NOFS); in xfs_ioc_health_monitor()
1224 if (!hm->unmount_event) { in xfs_ioc_health_monitor()
1228 hm->unmount_event->type = XFS_HEALTHMON_UNMOUNT; in xfs_ioc_health_monitor()
1229 hm->unmount_event->domain = XFS_HEALTHMON_MOUNT; in xfs_ioc_health_monitor()
H A Dxfs_healthmon.h38 struct xfs_healthmon_event *unmount_event; member