Searched refs:IN_IGNORED (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/
H A Dinotify.h16 IN_Q_OVERFLOW | IN_IGNORED | IN_ONLYDIR | \
/linux-master/include/uapi/linux/
H A Dinotify.h46 #define IN_IGNORED 0x00008000 /* File was ignored */ macro
/linux-master/fs/notify/inotify/
H A Dinotify_user.c134 return mask & (IN_ALL_EVENTS | IN_ISDIR | IN_UNMOUNT | IN_IGNORED |
518 * Send IN_IGNORED for this wd, remove this wd from the idr.
859 BUILD_BUG_ON(IN_IGNORED != FS_IN_IGNORED);

Completed in 198 milliseconds