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

/linux-master/include/linux/
H A Dinotify.h17 IN_DONT_FOLLOW | IN_EXCL_UNLINK | IN_MASK_ADD | \
/linux-master/include/uapi/linux/
H A Dinotify.h57 #define IN_MASK_ADD 0x20000000 /* add to the mask of an already existing watch */ macro
/linux-master/fs/notify/inotify/
H A Dinotify_user.c543 int replace = !(arg & IN_MASK_ADD);
759 /* IN_MASK_ADD and IN_MASK_CREATE don't make sense together */
760 if (unlikely((mask & IN_MASK_ADD) && (mask & IN_MASK_CREATE))) {

Completed in 745 milliseconds