Home
last modified time | relevance | path

Searched refs:IN_ALL_EVENTS (Results 1 – 7 of 7) sorted by relevance

/external/ltp/testcases/kernel/syscalls/inotify/
Dinotify04.c134 wd_dir = myinotify_add_watch(fd_notify, TEST_DIR, IN_ALL_EVENTS); in setup()
142 wd_file = myinotify_add_watch(fd_notify, TEST_FILE, IN_ALL_EVENTS); in setup()
Dinotify05.c180 wd = myinotify_add_watch(fd_notify, fname, IN_ALL_EVENTS); in setup()
Dinotify01.c228 if ((wd = myinotify_add_watch(fd_notify, fname, IN_ALL_EVENTS)) < 0) { in setup()
Dinotify03.c228 wd = myinotify_add_watch(fd_notify, fname, IN_ALL_EVENTS); in setup()
Dinotify02.c300 if ((wd = myinotify_add_watch(fd_notify, ".", IN_ALL_EVENTS)) < 0) { in setup()
/external/kernel-headers/original/uapi/linux/
Dinotify.h64 #define IN_ALL_EVENTS (IN_ACCESS | IN_MODIFY | IN_ATTRIB | IN_CLOSE_WRITE | \ macro
/external/ltp/testcases/kernel/syscalls/utils/
Dinotify.h61 #define IN_ALL_EVENTS (IN_ACCESS | IN_MODIFY | IN_ATTRIB | IN_CLOSE_WRITE | \ macro