Home
last modified time | relevance | path

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

/linux-4.4.14/fs/notify/fanotify/
Dfanotify.h49 struct fanotify_event_info *fanotify_alloc_event(struct inode *inode, u32 mask,
Dfanotify.c153 struct fanotify_event_info *fanotify_alloc_event(struct inode *inode, u32 mask, in fanotify_alloc_event() function
216 event = fanotify_alloc_event(inode, mask, data); in fanotify_handle_event()
Dfanotify_user.c744 oevent = fanotify_alloc_event(NULL, FS_Q_OVERFLOW, NULL); in SYSCALL_DEFINE2()