Home
last modified time | relevance | path

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

/linux-4.4.14/fs/notify/fanotify/
Dfanotify.h13 struct fanotify_event_info { struct
32 struct fanotify_event_info fae; argument
44 static inline struct fanotify_event_info *FANOTIFY_E(struct fsnotify_event *fse) in FANOTIFY_E()
46 return container_of(fse, struct fanotify_event_info, fse); in FANOTIFY_E()
49 struct fanotify_event_info *fanotify_alloc_event(struct inode *inode, u32 mask,
Dfanotify.c17 struct fanotify_event_info *old, *new; in should_merge()
153 struct fanotify_event_info *fanotify_alloc_event(struct inode *inode, u32 mask, in fanotify_alloc_event()
156 struct fanotify_event_info *event; in fanotify_alloc_event()
195 struct fanotify_event_info *event; in fanotify_handle_event()
251 struct fanotify_event_info *event; in fanotify_free_event()
Dfanotify_user.c73 struct fanotify_event_info *event, in create_fd()
120 struct fanotify_event_info *event; in fill_event_metadata()
126 event = container_of(fsn_event, struct fanotify_event_info, fse); in fill_event_metadata()
699 struct fanotify_event_info *oevent; in SYSCALL_DEFINE2()
936 fanotify_event_cachep = KMEM_CACHE(fanotify_event_info, SLAB_PANIC); in fanotify_user_setup()