Home
last modified time | relevance | path

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

/Linux-v4.19/fs/notify/fanotify/
Dfanotify.h55 struct fanotify_event_info *fanotify_alloc_event(struct fsnotify_group *group,
Dfanotify.c141 struct fanotify_event_info *fanotify_alloc_event(struct fsnotify_group *group, in fanotify_alloc_event() function
223 event = fanotify_alloc_event(group, inode, mask, data); in fanotify_handle_event()
Dfanotify_user.c737 oevent = fanotify_alloc_event(group, NULL, FS_Q_OVERFLOW, NULL); in SYSCALL_DEFINE2()