Lines Matching refs:fsnotify_group

43 static struct fsnotify_event *get_one_event(struct fsnotify_group *group,  in get_one_event()
61 static int create_fd(struct fsnotify_group *group, struct fsnotify_event *event) in create_fd()
111 static int fill_event_metadata(struct fsnotify_group *group, in fill_event_metadata()
138 static struct fanotify_response_event *dequeue_re(struct fsnotify_group *group, in dequeue_re()
159 static int process_access_response(struct fsnotify_group *group, in process_access_response()
197 static int prepare_for_access_response(struct fsnotify_group *group, in prepare_for_access_response()
228 static void remove_access_response(struct fsnotify_group *group, in remove_access_response()
248 static int prepare_for_access_response(struct fsnotify_group *group, in prepare_for_access_response()
255 static void remove_access_response(struct fsnotify_group *group, in remove_access_response()
263 static ssize_t copy_event_to_user(struct fsnotify_group *group, in copy_event_to_user()
306 struct fsnotify_group *group = file->private_data; in fanotify_poll()
321 struct fsnotify_group *group; in fanotify_read()
375 struct fsnotify_group *group; in fanotify_write()
400 struct fsnotify_group *group = file->private_data; in fanotify_release()
430 struct fsnotify_group *group; in fanotify_ioctl()
539 static int fanotify_remove_vfsmount_mark(struct fsnotify_group *group, in fanotify_remove_vfsmount_mark()
558 static int fanotify_remove_inode_mark(struct fsnotify_group *group, in fanotify_remove_inode_mark()
605 static int fanotify_add_vfsmount_mark(struct fsnotify_group *group, in fanotify_add_vfsmount_mark()
636 static int fanotify_add_inode_mark(struct fsnotify_group *group, in fanotify_add_inode_mark()
682 struct fsnotify_group *group; in SYSCALL_DEFINE2()
774 struct fsnotify_group *group; in SYSCALL_DEFINE()