Searched refs:inotify_data (Results 1 – 3 of 3) sorted by relevance
317 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()502 dec_inotify_watches(group->inotify_data.ucounts); in inotify_ignored_and_remove_idr()564 struct idr *idr = &group->inotify_data.idr; in inotify_new_watch()565 spinlock_t *idr_lock = &group->inotify_data.idr_lock; in inotify_new_watch()582 if (!inc_inotify_watches(group->inotify_data.ucounts)) { in inotify_new_watch()[all …]
179 idr_for_each(&group->inotify_data.idr, idr_callback, group); in inotify_free_group_priv()180 idr_destroy(&group->inotify_data.idr); in inotify_free_group_priv()181 if (group->inotify_data.ucounts) in inotify_free_group_priv()182 dec_inotify_instances(group->inotify_data.ucounts); in inotify_free_group_priv()
185 } inotify_data; member