Lines Matching refs:fsnotify_group

114 	struct fsnotify_group *group = file->private_data;  in inotify_poll()
143 static struct fsnotify_event *get_one_event(struct fsnotify_group *group, in get_one_event()
173 static ssize_t copy_event_to_user(struct fsnotify_group *group, in copy_event_to_user()
226 struct fsnotify_group *group; in inotify_read()
277 struct fsnotify_group *group = file->private_data; in inotify_release()
290 struct fsnotify_group *group; in inotify_ioctl()
366 static struct inotify_inode_mark *inotify_idr_find_locked(struct fsnotify_group *group, in inotify_idr_find_locked()
387 static struct inotify_inode_mark *inotify_idr_find(struct fsnotify_group *group, in inotify_idr_find()
400 static void do_inotify_remove_from_idr(struct fsnotify_group *group, in do_inotify_remove_from_idr()
419 static void inotify_remove_from_idr(struct fsnotify_group *group, in inotify_remove_from_idr()
491 struct fsnotify_group *group) in inotify_ignored_and_remove_idr()
516 static int inotify_update_existing_watch(struct fsnotify_group *group, in inotify_update_existing_watch()
567 static int inotify_new_watch(struct fsnotify_group *group, in inotify_new_watch()
617 static int inotify_update_watch(struct fsnotify_group *group, struct inode *inode, u32 arg) in inotify_update_watch()
632 static struct fsnotify_group *inotify_new_group(unsigned int max_events) in inotify_new_group()
634 struct fsnotify_group *group; in inotify_new_group()
671 struct fsnotify_group *group; in SYSCALL_DEFINE1()
702 struct fsnotify_group *group; in SYSCALL_DEFINE3()
758 struct fsnotify_group *group; in SYSCALL_DEFINE2()