Searched refs:IN_MASK_ADD (Results 1 – 3 of 3) sorted by relevance
20 IN_DONT_FOLLOW | IN_EXCL_UNLINK | IN_MASK_ADD | \
57 #define IN_MASK_ADD 0x20000000 /* add to the mask of an already existing watch */ macro
511 int add = (arg & IN_MASK_ADD); in inotify_update_existing_watch()729 if (unlikely((mask & IN_MASK_ADD) && (mask & IN_MASK_CREATE))) { in SYSCALL_DEFINE3()