Searched refs:inotify_data (Results 1 – 3 of 3) sorted by relevance
307 data = &group->inotify_data; in inotify_ioctl()380 struct idr *idr = &group->inotify_data.idr; in inotify_idr_find_locked()381 spinlock_t *idr_lock = &group->inotify_data.idr_lock; in inotify_idr_find_locked()402 spinlock_t *idr_lock = &group->inotify_data.idr_lock; in inotify_idr_find()418 struct idr *idr = &group->inotify_data.idr; in inotify_remove_from_idr()419 spinlock_t *idr_lock = &group->inotify_data.idr_lock; in inotify_remove_from_idr()500 dec_inotify_watches(group->inotify_data.ucounts); in inotify_ignored_and_remove_idr()565 struct idr *idr = &group->inotify_data.idr; in inotify_new_watch()566 spinlock_t *idr_lock = &group->inotify_data.idr_lock; in inotify_new_watch()583 if (!inc_inotify_watches(group->inotify_data.ucounts)) { in inotify_new_watch()[all …]
184 idr_for_each(&group->inotify_data.idr, idr_callback, group); in inotify_free_group_priv()185 idr_destroy(&group->inotify_data.idr); in inotify_free_group_priv()186 if (group->inotify_data.ucounts) in inotify_free_group_priv()187 dec_inotify_instances(group->inotify_data.ucounts); in inotify_free_group_priv()
200 } inotify_data; member