Home
last modified time | relevance | path

Searched refs:fanotify_event_info (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/fs/notify/fanotify/
Dfanotify.h15 struct fanotify_event_info { struct
33 struct fanotify_event_info fae; argument
50 static inline struct fanotify_event_info *FANOTIFY_E(struct fsnotify_event *fse) in FANOTIFY_E()
52 return container_of(fse, struct fanotify_event_info, fse); in FANOTIFY_E()
55 struct fanotify_event_info *fanotify_alloc_event(struct fsnotify_group *group,
Dfanotify.c22 struct fanotify_event_info *old, *new; in should_merge()
141 struct fanotify_event_info *fanotify_alloc_event(struct fsnotify_group *group, in fanotify_alloc_event()
145 struct fanotify_event_info *event = NULL; in fanotify_alloc_event()
194 struct fanotify_event_info *event; in fanotify_handle_event()
267 struct fanotify_event_info *event; in fanotify_free_event()
Dfanotify_user.c76 struct fanotify_event_info *event, in create_fd()
123 struct fanotify_event_info *event; in fill_event_metadata()
129 event = container_of(fsn_event, struct fanotify_event_info, fse); in fill_event_metadata()
687 struct fanotify_event_info *oevent; in SYSCALL_DEFINE2()
939 fanotify_event_cachep = KMEM_CACHE(fanotify_event_info, SLAB_PANIC); in fanotify_user_setup()