Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dfsnotify_backend.h43 #define FS_Q_OVERFLOW 0x00004000 /* Event queued overflowed */ macro
75 FS_UNMOUNT | FS_Q_OVERFLOW | FS_IN_IGNORED | \
/Linux-v4.19/fs/notify/
Dnotification.c74 if (!event || event->mask == FS_Q_OVERFLOW) in fsnotify_destroy_event()
/Linux-v4.19/fs/notify/fanotify/
Dfanotify.c203 BUILD_BUG_ON(FAN_Q_OVERFLOW != FS_Q_OVERFLOW); in fanotify_handle_event()
Dfanotify_user.c737 oevent = fanotify_alloc_event(group, NULL, FS_Q_OVERFLOW, NULL); in SYSCALL_DEFINE2()
/Linux-v4.19/fs/notify/inotify/
Dinotify_user.c637 fsnotify_init_event(group->overflow_event, NULL, FS_Q_OVERFLOW); in inotify_new_group()
812 BUILD_BUG_ON(IN_Q_OVERFLOW != FS_Q_OVERFLOW); in inotify_user_setup()