Home
last modified time | relevance | path

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

/Linux-v5.10/fs/notify/
Dnotification.c61 if (!event || event == group->overflow_event) in fsnotify_destroy_event()
101 if (event == group->overflow_event || in fsnotify_add_event()
105 if (!list_empty(&group->overflow_event->list)) { in fsnotify_add_event()
109 event = group->overflow_event; in fsnotify_add_event()
Dgroup.c90 if (group->overflow_event) in fsnotify_destroy_group()
91 group->ops->free_event(group->overflow_event); in fsnotify_destroy_group()
/Linux-v5.10/include/linux/
Dfsnotify_backend.h218 struct fsnotify_event *overflow_event; /* Event we queue when the member
493 fsnotify_add_event(group, group->overflow_event, NULL); in fsnotify_queue_overflow()
/Linux-v5.10/fs/notify/inotify/
Dinotify_user.c639 group->overflow_event = &oevent->fse; in inotify_new_group()
640 fsnotify_init_event(group->overflow_event, 0); in inotify_new_group()
/Linux-v5.10/fs/notify/fanotify/
Dfanotify_user.c990 group->overflow_event = fanotify_alloc_overflow_event(); in SYSCALL_DEFINE2()
991 if (unlikely(!group->overflow_event)) { in SYSCALL_DEFINE2()