Searched refs:IN_ISDIR (Results 1 - 5 of 5) sorted by relevance

/linux-master/include/linux/
H A Dinotify.h18 IN_MASK_CREATE | IN_ISDIR | IN_ONESHOT)
/linux-master/include/uapi/linux/
H A Dinotify.h58 #define IN_ISDIR 0x40000000 /* event occurred against dir */ macro
/linux-master/fs/notify/inotify/
H A Dinotify_fsnotify.c110 * for fanotify. inotify never reported IN_ISDIR with those events.
115 mask &= ~IN_ISDIR;
H A Dinotify_user.c134 return mask & (IN_ALL_EVENTS | IN_ISDIR | IN_UNMOUNT | IN_IGNORED |
860 BUILD_BUG_ON(IN_ISDIR != FS_ISDIR);
/linux-master/tools/perf/
H A Dbuiltin-daemon.c1065 !(event->mask & IN_ISDIR)) {

Completed in 134 milliseconds