Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/
Dfanotify.h14 #define FAN_Q_OVERFLOW 0x00004000 /* Event queued overflowed */ macro
82 FAN_Q_OVERFLOW)
/Linux-v4.19/fs/notify/fanotify/
Dfanotify.c203 BUILD_BUG_ON(FAN_Q_OVERFLOW != FS_Q_OVERFLOW); in fanotify_handle_event()
Dfanotify_user.c136 if (unlikely(fsn_event->mask & FAN_Q_OVERFLOW)) in fill_event_metadata()