Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/syscalls/inotify/
Dinotify04.c87 wd_dir = SAFE_MYINOTIFY_ADD_WATCH(fd_notify, TEST_DIR, IN_ALL_EVENTS); in verify_inotify()
90 wd_file = SAFE_MYINOTIFY_ADD_WATCH(fd_notify, TEST_FILE, IN_ALL_EVENTS); in verify_inotify()
Dinotify05.c133 wd = SAFE_MYINOTIFY_ADD_WATCH(fd_notify, fname, IN_ALL_EVENTS); in setup()
Dinotify01.c147 wd = SAFE_MYINOTIFY_ADD_WATCH(fd_notify, fname, IN_ALL_EVENTS); in setup()
Dinotify03.c61 wd = SAFE_MYINOTIFY_ADD_WATCH(fd_notify, fname, IN_ALL_EVENTS); in verify_inotify()
Dinotify07.c152 wd = SAFE_MYINOTIFY_ADD_WATCH(fd_notify, DIR_PATH, IN_ALL_EVENTS); in setup()
Dinotify02.c220 wd = SAFE_MYINOTIFY_ADD_WATCH(fd_notify, ".", IN_ALL_EVENTS); in setup()
/third_party/musl/ndk_musl_include/sys/
Dinotify.h34 #define IN_ALL_EVENTS 0x00000fff macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Dinotify.h34 #define IN_ALL_EVENTS 0x00000fff macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dinotify.h34 #define IN_ALL_EVENTS 0x00000fff macro
/third_party/musl/include/sys/
Dinotify.h34 #define IN_ALL_EVENTS 0x00000fff macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dinotify.h34 #define IN_ALL_EVENTS 0x00000fff macro
/third_party/ltp/testcases/kernel/syscalls/utils/
Dinotify.h61 #define IN_ALL_EVENTS (IN_ACCESS | IN_MODIFY | IN_ATTRIB | IN_CLOSE_WRITE | \ macro