Searched refs:overflow_event (Results 1 - 5 of 5) sorted by relevance

/linux-master/fs/notify/
H A Dnotification.c54 if (!event || event == group->overflow_event)
100 if (event == group->overflow_event ||
104 if (!list_empty(&group->overflow_event->list)) {
108 event = group->overflow_event;
H A Dgroup.c90 if (group->overflow_event)
91 group->ops->free_event(group, group->overflow_event);
/linux-master/fs/notify/inotify/
H A Dinotify_user.c668 group->overflow_event = &oevent->fse;
669 fsnotify_init_event(group->overflow_event);
/linux-master/include/linux/
H A Dfsnotify_backend.h228 struct fsnotify_event *overflow_event; /* Event we queue when the member in struct:fsnotify_group
633 fsnotify_add_event(group, group->overflow_event, NULL);
/linux-master/fs/notify/fanotify/
H A Dfanotify_user.c1566 group->overflow_event = fanotify_alloc_overflow_event();
1567 if (unlikely(!group->overflow_event)) {

Completed in 230 milliseconds