Home
last modified time | relevance | path

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

/Linux-v4.19/fs/notify/
Dnotification.c114 if (event == group->overflow_event || in fsnotify_add_event()
118 if (!list_empty(&group->overflow_event->list)) { in fsnotify_add_event()
122 event = group->overflow_event; in fsnotify_add_event()
Dgroup.c102 if (group->overflow_event) in fsnotify_destroy_group()
103 group->ops->free_event(group->overflow_event); in fsnotify_destroy_group()
/Linux-v4.19/include/linux/
Dfsnotify_backend.h171 struct fsnotify_event *overflow_event; /* Event we queue when the member
396 fsnotify_add_event(group, group->overflow_event, NULL); in fsnotify_queue_overflow()
/Linux-v4.19/fs/notify/inotify/
Dinotify_user.c636 group->overflow_event = &oevent->fse; in inotify_new_group()
637 fsnotify_init_event(group->overflow_event, NULL, FS_Q_OVERFLOW); in inotify_new_group()
/Linux-v4.19/fs/notify/fanotify/
Dfanotify_user.c742 group->overflow_event = &oevent->fse; in SYSCALL_DEFINE2()