Home
last modified time | relevance | path

Searched refs:FS_Q_OVERFLOW (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/include/linux/
Dfsnotify_backend.h44 #define FS_Q_OVERFLOW 0x00004000 /* Event queued overflowed */ macro
98 FS_UNMOUNT | FS_Q_OVERFLOW | FS_IN_IGNORED)
/Linux-v5.10/fs/notify/inotify/
Dinotify_user.c641 oevent->mask = FS_Q_OVERFLOW; in inotify_new_group()
817 BUILD_BUG_ON(IN_Q_OVERFLOW != FS_Q_OVERFLOW); in inotify_user_setup()
/Linux-v5.10/fs/notify/fanotify/
Dfanotify.c673 BUILD_BUG_ON(FAN_Q_OVERFLOW != FS_Q_OVERFLOW); in fanotify_handle_event()
Dfanotify_user.c916 fanotify_init_event(oevent, 0, FS_Q_OVERFLOW); in fanotify_alloc_overflow_event()