Lines Matching refs:fanotify_event
94 struct fanotify_event *old, *new; in fanotify_should_merge()
139 struct fanotify_event *new; in fanotify_merge()
433 static struct fanotify_event *fanotify_alloc_path_event(const struct path *path, in fanotify_alloc_path_event()
449 static struct fanotify_event *fanotify_alloc_perm_event(const struct path *path, in fanotify_alloc_perm_event()
467 static struct fanotify_event *fanotify_alloc_fid_event(struct inode *id, in fanotify_alloc_fid_event()
485 static struct fanotify_event *fanotify_alloc_name_event(struct inode *id, in fanotify_alloc_name_event()
527 static struct fanotify_event *fanotify_alloc_event(struct fsnotify_group *group, in fanotify_alloc_event()
533 struct fanotify_event *event = NULL; in fanotify_alloc_event()
661 struct fanotify_event *event; in fanotify_handle_event()
752 static void fanotify_free_path_event(struct fanotify_event *event) in fanotify_free_path_event()
758 static void fanotify_free_perm_event(struct fanotify_event *event) in fanotify_free_perm_event()
764 static void fanotify_free_fid_event(struct fanotify_event *event) in fanotify_free_fid_event()
773 static void fanotify_free_name_event(struct fanotify_event *event) in fanotify_free_name_event()
780 struct fanotify_event *event; in fanotify_free_event()