Searched refs:inotify_data (Results 1 – 3 of 3) sorted by relevance
322 data = &group->inotify_data; in inotify_ioctl()395 struct idr *idr = &group->inotify_data.idr; in inotify_idr_find_locked()396 spinlock_t *idr_lock = &group->inotify_data.idr_lock; in inotify_idr_find_locked()417 spinlock_t *idr_lock = &group->inotify_data.idr_lock; in inotify_idr_find()433 struct idr *idr = &group->inotify_data.idr; in inotify_remove_from_idr()434 spinlock_t *idr_lock = &group->inotify_data.idr_lock; in inotify_remove_from_idr()511 dec_inotify_watches(group->inotify_data.ucounts); in inotify_ignored_and_remove_idr()576 struct idr *idr = &group->inotify_data.idr; in inotify_new_watch()577 spinlock_t *idr_lock = &group->inotify_data.idr_lock; in inotify_new_watch()594 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()
229 } inotify_data; member