Searched refs:inotify_data (Results 1 – 3 of 3) sorted by relevance
309 data = &group->inotify_data; in inotify_ioctl()382 struct idr *idr = &group->inotify_data.idr; in inotify_idr_find_locked()383 spinlock_t *idr_lock = &group->inotify_data.idr_lock; in inotify_idr_find_locked()404 spinlock_t *idr_lock = &group->inotify_data.idr_lock; in inotify_idr_find()420 struct idr *idr = &group->inotify_data.idr; in inotify_remove_from_idr()421 spinlock_t *idr_lock = &group->inotify_data.idr_lock; in inotify_remove_from_idr()498 dec_inotify_watches(group->inotify_data.ucounts); in inotify_ignored_and_remove_idr()563 struct idr *idr = &group->inotify_data.idr; in inotify_new_watch()564 spinlock_t *idr_lock = &group->inotify_data.idr_lock; in inotify_new_watch()581 if (!inc_inotify_watches(group->inotify_data.ucounts)) { in inotify_new_watch()[all …]
173 idr_for_each(&group->inotify_data.idr, idr_callback, group); in inotify_free_group_priv()174 idr_destroy(&group->inotify_data.idr); in inotify_free_group_priv()175 if (group->inotify_data.ucounts) in inotify_free_group_priv()176 dec_inotify_instances(group->inotify_data.ucounts); in inotify_free_group_priv()
233 } inotify_data; member