Lines Matching refs:fanotify_event
130 static bool fanotify_should_merge(struct fanotify_event *old, in fanotify_should_merge()
131 struct fanotify_event *new) in fanotify_should_merge()
184 struct fanotify_event *old, *new = FANOTIFY_E(event); in fanotify_merge()
534 static struct fanotify_event *fanotify_alloc_path_event(const struct path *path, in fanotify_alloc_path_event()
552 static struct fanotify_event *fanotify_alloc_perm_event(const struct path *path, in fanotify_alloc_perm_event()
573 static struct fanotify_event *fanotify_alloc_fid_event(struct inode *id, in fanotify_alloc_fid_event()
593 static struct fanotify_event *fanotify_alloc_name_event(struct inode *dir, in fanotify_alloc_name_event()
668 static struct fanotify_event *fanotify_alloc_error_event( in fanotify_alloc_error_event()
706 static struct fanotify_event *fanotify_alloc_event( in fanotify_alloc_event()
712 struct fanotify_event *event = NULL; in fanotify_alloc_event()
865 struct fanotify_event *event = FANOTIFY_E(fsn_event); in fanotify_insert_event()
887 struct fanotify_event *event; in fanotify_handle_event()
981 static void fanotify_free_path_event(struct fanotify_event *event) in fanotify_free_path_event()
987 static void fanotify_free_perm_event(struct fanotify_event *event) in fanotify_free_perm_event()
993 static void fanotify_free_fid_event(struct fanotify_event *event) in fanotify_free_fid_event()
1002 static void fanotify_free_name_event(struct fanotify_event *event) in fanotify_free_name_event()
1008 struct fanotify_event *event) in fanotify_free_error_event()
1018 struct fanotify_event *event; in fanotify_free_event()