Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dfsnotify_backend.h44 #define FS_Q_OVERFLOW 0x00004000 /* Event queued overflowed */ macro
88 FS_UNMOUNT | FS_Q_OVERFLOW | FS_IN_IGNORED)
/Linux-v5.4/fs/notify/inotify/
Dinotify_user.c639 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.4/fs/notify/fanotify/
Dfanotify.c398 BUILD_BUG_ON(FAN_Q_OVERFLOW != FS_Q_OVERFLOW); in fanotify_handle_event()
Dfanotify_user.c826 oevent = fanotify_alloc_event(group, NULL, FS_Q_OVERFLOW, NULL, in SYSCALL_DEFINE2()