Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_healthmon.c120 hm->mount_cookie = (uintptr_t)mp->m_super; in xfs_healthmon_attach()
134 if (hm->mount_cookie == DETACHED_MOUNT_COOKIE) { in xfs_healthmon_detach()
139 mp = XFS_M((struct super_block *)hm->mount_cookie); in xfs_healthmon_detach()
141 hm->mount_cookie = DETACHED_MOUNT_COOKIE; in xfs_healthmon_detach()
359 if (hm->mount_cookie == DETACHED_MOUNT_COOKIE) in xfs_healthmon_push()
843 if (hm->mount_cookie == DETACHED_MOUNT_COOKIE) in xfs_healthmon_has_eventdata()
1068 hm->mount_cookie == DETACHED_MOUNT_COOKIE ? in xfs_healthmon_show_fdinfo()
1122 if (hm->mount_cookie != (uintptr_t)hms_inode->i_sb) { in xfs_healthmon_file_on_monitored_fs()
H A Dxfs_healthmon.h15 uintptr_t mount_cookie; member