Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dfsnotify_backend.h40 #define FS_Q_OVERFLOW 0x00004000 /* Event queued overflowed */ macro
72 FS_UNMOUNT | FS_Q_OVERFLOW | FS_IN_IGNORED | \
/linux-4.1.27/fs/notify/
Dnotification.c74 if (!event || event->mask == FS_Q_OVERFLOW) in fsnotify_destroy_event()
/linux-4.1.27/fs/notify/fanotify/
Dfanotify.c204 BUILD_BUG_ON(FAN_Q_OVERFLOW != FS_Q_OVERFLOW); in fanotify_handle_event()
Dfanotify_user.c740 oevent = fanotify_alloc_event(NULL, FS_Q_OVERFLOW, NULL); in SYSCALL_DEFINE2()
/linux-4.1.27/fs/notify/inotify/
Dinotify_user.c647 fsnotify_init_event(group->overflow_event, NULL, FS_Q_OVERFLOW); in inotify_new_group()
799 BUILD_BUG_ON(IN_Q_OVERFLOW != FS_Q_OVERFLOW); in inotify_user_setup()