Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/
Dinotify.h64 #define IN_ALL_EVENTS (IN_ACCESS | IN_MODIFY | IN_ATTRIB | IN_CLOSE_WRITE | \ macro
/linux-4.1.27/fs/notify/inotify/
Dinotify_user.c100 mask |= (arg & (IN_ALL_EVENTS | IN_ONESHOT | IN_EXCL_UNLINK)); in inotify_arg_to_mask()
107 return mask & (IN_ALL_EVENTS | IN_ISDIR | IN_UNMOUNT | IN_IGNORED | in inotify_mask_to_arg()