Home
last modified time | relevance | path

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

/linux-4.19.296/include/uapi/linux/
Dinotify.h66 #define IN_ALL_EVENTS (IN_ACCESS | IN_MODIFY | IN_ATTRIB | IN_CLOSE_WRITE | \ macro
/linux-4.19.296/fs/notify/inotify/
Dinotify.h29 #define INOTIFY_USER_MASK (IN_ALL_EVENTS | IN_ONESHOT | IN_EXCL_UNLINK)
Dinotify_user.c106 return mask & (IN_ALL_EVENTS | IN_ISDIR | IN_UNMOUNT | IN_IGNORED | in inotify_mask_to_arg()