Lines Matching refs:fanotify_event
136 static bool fanotify_should_merge(struct fanotify_event *old, in fanotify_should_merge()
137 struct fanotify_event *new) in fanotify_should_merge()
190 struct fanotify_event *old, *new = FANOTIFY_E(event); in fanotify_merge()
538 static struct fanotify_event *fanotify_alloc_path_event(const struct path *path, in fanotify_alloc_path_event()
556 static struct fanotify_event *fanotify_alloc_perm_event(const struct path *path, in fanotify_alloc_perm_event()
577 static struct fanotify_event *fanotify_alloc_fid_event(struct inode *id, in fanotify_alloc_fid_event()
597 static struct fanotify_event *fanotify_alloc_name_event(struct inode *dir, in fanotify_alloc_name_event()
672 static struct fanotify_event *fanotify_alloc_error_event( in fanotify_alloc_error_event()
710 static struct fanotify_event *fanotify_alloc_event( in fanotify_alloc_event()
716 struct fanotify_event *event = NULL; in fanotify_alloc_event()
877 struct fanotify_event *event = FANOTIFY_E(fsn_event); in fanotify_insert_event()
899 struct fanotify_event *event; in fanotify_handle_event()
997 static void fanotify_free_path_event(struct fanotify_event *event) in fanotify_free_path_event()
1003 static void fanotify_free_perm_event(struct fanotify_event *event) in fanotify_free_perm_event()
1009 static void fanotify_free_fid_event(struct fanotify_event *event) in fanotify_free_fid_event()
1018 static void fanotify_free_name_event(struct fanotify_event *event) in fanotify_free_name_event()
1024 struct fanotify_event *event) in fanotify_free_error_event()
1034 struct fanotify_event *event; in fanotify_free_event()