• Home
  • Raw
  • Download

Lines Matching refs:fsnotify_group

98 static struct fanotify_event *get_one_event(struct fsnotify_group *group,  in get_one_event()
128 static int create_fd(struct fsnotify_group *group, struct path *path, in create_fd()
166 static void finish_permission_event(struct fsnotify_group *group, in finish_permission_event()
184 static int process_access_response(struct fsnotify_group *group, in process_access_response()
323 static ssize_t copy_event_to_user(struct fsnotify_group *group, in copy_event_to_user()
448 struct fsnotify_group *group = file->private_data; in fanotify_poll()
463 struct fsnotify_group *group; in fanotify_read()
548 struct fsnotify_group *group; in fanotify_write()
575 struct fsnotify_group *group = file->private_data; in fanotify_release()
630 struct fsnotify_group *group; in fanotify_ioctl()
746 static int fanotify_remove_mark(struct fsnotify_group *group, in fanotify_remove_mark()
776 static int fanotify_remove_vfsmount_mark(struct fsnotify_group *group, in fanotify_remove_vfsmount_mark()
784 static int fanotify_remove_sb_mark(struct fsnotify_group *group, in fanotify_remove_sb_mark()
792 static int fanotify_remove_inode_mark(struct fsnotify_group *group, in fanotify_remove_inode_mark()
820 static struct fsnotify_mark *fanotify_add_new_mark(struct fsnotify_group *group, in fanotify_add_new_mark()
846 static int fanotify_add_mark(struct fsnotify_group *group, in fanotify_add_mark()
872 static int fanotify_add_vfsmount_mark(struct fsnotify_group *group, in fanotify_add_vfsmount_mark()
880 static int fanotify_add_sb_mark(struct fsnotify_group *group, in fanotify_add_sb_mark()
888 static int fanotify_add_inode_mark(struct fsnotify_group *group, in fanotify_add_inode_mark()
925 struct fsnotify_group *group; in SYSCALL_DEFINE2()
1114 struct fsnotify_group *group; in do_fanotify_mark()