Lines Matching refs:fsnotify_group
175 static void fanotify_unhash_event(struct fsnotify_group *group, in fanotify_unhash_event()
195 static struct fanotify_event *get_one_event(struct fsnotify_group *group, in get_one_event()
232 static int create_fd(struct fsnotify_group *group, struct path *path, in create_fd()
270 static void finish_permission_event(struct fsnotify_group *group, in finish_permission_event()
288 static int process_access_response(struct fsnotify_group *group, in process_access_response()
572 static ssize_t copy_event_to_user(struct fsnotify_group *group, in copy_event_to_user()
686 struct fsnotify_group *group = file->private_data; in fanotify_poll()
701 struct fsnotify_group *group; in fanotify_read()
786 struct fsnotify_group *group; in fanotify_write()
813 struct fsnotify_group *group = file->private_data; in fanotify_release()
868 struct fsnotify_group *group; in fanotify_ioctl()
984 static int fanotify_remove_mark(struct fsnotify_group *group, in fanotify_remove_mark()
1014 static int fanotify_remove_vfsmount_mark(struct fsnotify_group *group, in fanotify_remove_vfsmount_mark()
1022 static int fanotify_remove_sb_mark(struct fsnotify_group *group, in fanotify_remove_sb_mark()
1030 static int fanotify_remove_inode_mark(struct fsnotify_group *group, in fanotify_remove_inode_mark()
1058 static struct fsnotify_mark *fanotify_add_new_mark(struct fsnotify_group *group, in fanotify_add_new_mark()
1097 static int fanotify_group_init_error_pool(struct fsnotify_group *group) in fanotify_group_init_error_pool()
1107 static int fanotify_add_mark(struct fsnotify_group *group, in fanotify_add_mark()
1147 static int fanotify_add_vfsmount_mark(struct fsnotify_group *group, in fanotify_add_vfsmount_mark()
1155 static int fanotify_add_sb_mark(struct fsnotify_group *group, in fanotify_add_sb_mark()
1163 static int fanotify_add_inode_mark(struct fsnotify_group *group, in fanotify_add_inode_mark()
1214 struct fsnotify_group *group; in SYSCALL_DEFINE2()
1434 struct fsnotify_group *group; in do_fanotify_mark()