Lines Matching refs:fsnotify_group
114 struct fsnotify_group *group = file->private_data; in inotify_poll()
133 static struct fsnotify_event *get_one_event(struct fsnotify_group *group, in get_one_event()
165 static ssize_t copy_event_to_user(struct fsnotify_group *group, in copy_event_to_user()
233 struct fsnotify_group *group; in inotify_read()
285 struct fsnotify_group *group = file->private_data; in inotify_fasync()
292 struct fsnotify_group *group = file->private_data; in inotify_release()
307 struct fsnotify_group *group; in inotify_ioctl()
389 static struct inotify_inode_mark *inotify_idr_find_locked(struct fsnotify_group *group, in inotify_idr_find_locked()
410 static struct inotify_inode_mark *inotify_idr_find(struct fsnotify_group *group, in inotify_idr_find()
423 static void do_inotify_remove_from_idr(struct fsnotify_group *group, in do_inotify_remove_from_idr()
442 static void inotify_remove_from_idr(struct fsnotify_group *group, in inotify_remove_from_idr()
514 struct fsnotify_group *group) in inotify_ignored_and_remove_idr()
569 static int inotify_update_existing_watch(struct fsnotify_group *group, in inotify_update_existing_watch()
620 static int inotify_new_watch(struct fsnotify_group *group, in inotify_new_watch()
670 static int inotify_update_watch(struct fsnotify_group *group, struct inode *inode, u32 arg) in inotify_update_watch()
691 static struct fsnotify_group *inotify_new_group(unsigned int max_events) in inotify_new_group()
693 struct fsnotify_group *group; in inotify_new_group()
720 struct fsnotify_group *group; in SYSCALL_DEFINE1()
751 struct fsnotify_group *group; in SYSCALL_DEFINE3()
795 struct fsnotify_group *group; in SYSCALL_DEFINE2()