Searched refs:inotify_data (Results 1 – 3 of 3) sorted by relevance
345 data = &group->inotify_data; in inotify_ioctl()418 struct idr *idr = &group->inotify_data.idr; in inotify_idr_find_locked()419 spinlock_t *idr_lock = &group->inotify_data.idr_lock; in inotify_idr_find_locked()440 spinlock_t *idr_lock = &group->inotify_data.idr_lock; in inotify_idr_find()456 struct idr *idr = &group->inotify_data.idr; in inotify_remove_from_idr()457 spinlock_t *idr_lock = &group->inotify_data.idr_lock; in inotify_remove_from_idr()534 dec_inotify_watches(group->inotify_data.ucounts); in inotify_ignored_and_remove_idr()597 struct idr *idr = &group->inotify_data.idr; in inotify_new_watch()598 spinlock_t *idr_lock = &group->inotify_data.idr_lock; in inotify_new_watch()614 if (!inc_inotify_watches(group->inotify_data.ucounts)) { in inotify_new_watch()[all …]
174 idr_for_each(&group->inotify_data.idr, idr_callback, group); in inotify_free_group_priv()175 idr_destroy(&group->inotify_data.idr); in inotify_free_group_priv()176 if (group->inotify_data.ucounts) in inotify_free_group_priv()177 dec_inotify_instances(group->inotify_data.ucounts); in inotify_free_group_priv()
242 } inotify_data; member