Searched refs:mount_cookie (Results 1 – 2 of 2) sorted by relevance
118 hm->mount_cookie = (uintptr_t)mp->m_super; in xfs_healthmon_attach() 132 if (hm->mount_cookie == DETACHED_MOUNT_COOKIE) { in xfs_healthmon_detach() 137 mp = XFS_M((struct super_block *)hm->mount_cookie); in xfs_healthmon_detach() 139 hm->mount_cookie = DETACHED_MOUNT_COOKIE; in xfs_healthmon_detach() 359 if (hm->mount_cookie == DETACHED_MOUNT_COOKIE) in xfs_healthmon_push() 851 if (hm->mount_cookie == DETACHED_MOUNT_COOKIE) in xfs_healthmon_has_eventdata() 1079 hm->mount_cookie == DETACHED_MOUNT_COOKIE ? in xfs_healthmon_show_fdinfo() 1133 if (hm->mount_cookie != (uintptr_t)hms_inode->i_sb) { in xfs_healthmon_file_on_monitored_fs()
15 uintptr_t mount_cookie; member