Home
last modified time | relevance | path

Searched refs:FAN_Q_OVERFLOW (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/include/uapi/linux/
Dfanotify.h13 #define FAN_Q_OVERFLOW 0x00004000 /* Event queued overflowed */ macro
80 FAN_Q_OVERFLOW)
/linux-4.1.27/fs/notify/fanotify/
Dfanotify.c204 BUILD_BUG_ON(FAN_Q_OVERFLOW != FS_Q_OVERFLOW); in fanotify_handle_event()
Dfanotify_user.c133 if (unlikely(fsn_event->mask & FAN_Q_OVERFLOW)) in fill_event_metadata()