Home
last modified time | relevance | path

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

/linux-4.1.27/fs/notify/
Dgroup.c62 if (group->overflow_event) in fsnotify_destroy_group()
63 group->ops->free_event(group->overflow_event); in fsnotify_destroy_group()
Dnotification.c102 if (!list_empty(&group->overflow_event->list)) { in fsnotify_add_event()
106 event = group->overflow_event; in fsnotify_add_event()
/linux-4.1.27/fs/notify/inotify/
Dinotify_user.c646 group->overflow_event = &oevent->fse; in inotify_new_group()
647 fsnotify_init_event(group->overflow_event, NULL, FS_Q_OVERFLOW); in inotify_new_group()
/linux-4.1.27/include/linux/
Dfsnotify_backend.h163 struct fsnotify_event *overflow_event; /* Event we queue when the member
/linux-4.1.27/fs/notify/fanotify/
Dfanotify_user.c745 group->overflow_event = &oevent->fse; in SYSCALL_DEFINE2()