Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/notify/
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()
A Dgroup.c90 if (group->overflow_event) in fsnotify_destroy_group()
91 group->ops->free_event(group, group->overflow_event); in fsnotify_destroy_group()
/linux-6.3-rc2/include/linux/
A Dfsnotify_backend.h228 struct fsnotify_event *overflow_event; /* Event we queue when the member
633 fsnotify_add_event(group, group->overflow_event, NULL); in fsnotify_queue_overflow()
/linux-6.3-rc2/fs/notify/inotify/
A Dinotify_user.c669 group->overflow_event = &oevent->fse; in inotify_new_group()
670 fsnotify_init_event(group->overflow_event); in inotify_new_group()
/linux-6.3-rc2/fs/notify/fanotify/
A Dfanotify_user.c1494 group->overflow_event = fanotify_alloc_overflow_event(); in SYSCALL_DEFINE2()
1495 if (unlikely(!group->overflow_event)) { in SYSCALL_DEFINE2()

Completed in 11 milliseconds