Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dfanotify.h22 #define FAN_Q_OVERFLOW 0x00004000 /* Event queued overflowed */ macro
126 FAN_Q_OVERFLOW)
/openbmc/linux/include/linux/
H A Dfanotify.h116 FAN_Q_OVERFLOW | FAN_ONDIR)
/openbmc/linux/fs/notify/fanotify/
H A Dfanotify.c917 BUILD_BUG_ON(FAN_Q_OVERFLOW != FS_Q_OVERFLOW); in fanotify_handle_event()