Lines Matching refs:fsnotify_group
57 static struct fsnotify_event *get_one_event(struct fsnotify_group *group, in get_one_event()
75 static int create_fd(struct fsnotify_group *group, in create_fd()
117 static int fill_event_metadata(struct fsnotify_group *group, in fill_event_metadata()
148 struct fsnotify_group *group, int fd) in dequeue_event()
169 static int process_access_response(struct fsnotify_group *group, in process_access_response()
207 static ssize_t copy_event_to_user(struct fsnotify_group *group, in copy_event_to_user()
245 struct fsnotify_group *group = file->private_data; in fanotify_poll()
260 struct fsnotify_group *group; in fanotify_read()
341 struct fsnotify_group *group; in fanotify_write()
366 struct fsnotify_group *group = file->private_data; in fanotify_release()
419 struct fsnotify_group *group; in fanotify_ioctl()
528 static int fanotify_remove_mark(struct fsnotify_group *group, in fanotify_remove_mark()
558 static int fanotify_remove_vfsmount_mark(struct fsnotify_group *group, in fanotify_remove_vfsmount_mark()
566 static int fanotify_remove_inode_mark(struct fsnotify_group *group, in fanotify_remove_inode_mark()
603 static struct fsnotify_mark *fanotify_add_new_mark(struct fsnotify_group *group, in fanotify_add_new_mark()
628 static int fanotify_add_mark(struct fsnotify_group *group, in fanotify_add_mark()
653 static int fanotify_add_vfsmount_mark(struct fsnotify_group *group, in fanotify_add_vfsmount_mark()
661 static int fanotify_add_inode_mark(struct fsnotify_group *group, in fanotify_add_inode_mark()
684 struct fsnotify_group *group; in SYSCALL_DEFINE2()
805 struct fsnotify_group *group; in do_fanotify_mark()