Home
last modified time | relevance | path

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

/linux/fs/notify/
H A Dnotification.c54 if (!event || event == group->overflow_event) in fsnotify_destroy_event()
100 if (event == group->overflow_event || in fsnotify_insert_event()
104 if (!list_empty(&group->overflow_event->list)) { in fsnotify_insert_event()
108 event = group->overflow_event; in fsnotify_insert_event()
/linux/include/linux/
H A Dfsnotify_backend.h248 struct fsnotify_event *overflow_event; /* Event we queue when the member
740 fsnotify_add_event(group, group->overflow_event, NULL); in fsnotify_queue_overflow()
/linux/fs/notify/fanotify/
H A Dfanotify_user.c1617 group->overflow_event = fanotify_alloc_overflow_event(); in SYSCALL_DEFINE2()
1618 if (unlikely(!group->overflow_event)) { in SYSCALL_DEFINE2()