Home
last modified time | relevance | path

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

/Linux-v4.19/fs/notify/fanotify/
Dfanotify.h32 struct fanotify_perm_event_info { struct
38 static inline struct fanotify_perm_event_info * argument
41 return container_of(fse, struct fanotify_perm_event_info, fae.fse); in FANOTIFY_PE()
Dfanotify_user.c147 static struct fanotify_perm_event_info *dequeue_event( in dequeue_event()
150 struct fanotify_perm_event_info *event, *return_e = NULL; in dequeue_event()
172 struct fanotify_perm_event_info *event; in process_access_response()
367 struct fanotify_perm_event_info *event, *next; in fanotify_release()
942 KMEM_CACHE(fanotify_perm_event_info, SLAB_PANIC); in fanotify_user_setup()
Dfanotify.c61 struct fanotify_perm_event_info *event, in fanotify_get_response()
160 struct fanotify_perm_event_info *pevent; in fanotify_alloc_event()