Home
last modified time | relevance | path

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

/linux-3.3/include/linux/
Dinotify.h53 #define IN_DONT_FOLLOW 0x02000000 /* don't follow a sym link */ macro
82 IN_DONT_FOLLOW | IN_EXCL_UNLINK | IN_MASK_ADD | \
/linux-3.3/fs/notify/inotify/
Dinotify_user.c774 if (!(mask & IN_DONT_FOLLOW)) in SYSCALL_DEFINE3()