Home
last modified time | relevance | path

Searched refs:IN_ONLYDIR (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/linux/
H A Dinotify.h16 IN_Q_OVERFLOW | IN_IGNORED | IN_ONLYDIR | \
/openbmc/linux/include/uapi/linux/
H A Dinotify.h53 #define IN_ONLYDIR 0x01000000 /* only watch the path if it is a directory */ macro
/openbmc/phosphor-logging/
H A Dutil.cpp145 IN_MOVED_TO | IN_DONT_FOLLOW | IN_ONLYDIR); in journalSync()
/openbmc/linux/fs/notify/inotify/
H A Dinotify_user.c774 if (mask & IN_ONLYDIR) in SYSCALL_DEFINE3()