Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dinotify.h19 IN_DONT_FOLLOW | IN_EXCL_UNLINK | IN_MASK_ADD | \
/linux-4.1.27/include/uapi/linux/
Dinotify.h55 #define IN_MASK_ADD 0x20000000 /* add to the mask of an already existing watch */ macro
/linux-4.1.27/fs/notify/inotify/
Dinotify_user.c524 int add = (arg & IN_MASK_ADD); in inotify_update_existing_watch()