Searched refs:IN_ALL_EVENTS (Results 1 – 12 of 12) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/inotify/ |
D | inotify04.c | 87 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()
|
D | inotify05.c | 133 wd = SAFE_MYINOTIFY_ADD_WATCH(fd_notify, fname, IN_ALL_EVENTS); in setup()
|
D | inotify01.c | 147 wd = SAFE_MYINOTIFY_ADD_WATCH(fd_notify, fname, IN_ALL_EVENTS); in setup()
|
D | inotify03.c | 61 wd = SAFE_MYINOTIFY_ADD_WATCH(fd_notify, fname, IN_ALL_EVENTS); in verify_inotify()
|
D | inotify07.c | 152 wd = SAFE_MYINOTIFY_ADD_WATCH(fd_notify, DIR_PATH, IN_ALL_EVENTS); in setup()
|
D | inotify02.c | 220 wd = SAFE_MYINOTIFY_ADD_WATCH(fd_notify, ".", IN_ALL_EVENTS); in setup()
|
/third_party/musl/ndk_musl_include/sys/ |
D | inotify.h | 34 #define IN_ALL_EVENTS 0x00000fff macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | inotify.h | 34 #define IN_ALL_EVENTS 0x00000fff macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | inotify.h | 34 #define IN_ALL_EVENTS 0x00000fff macro
|
/third_party/musl/include/sys/ |
D | inotify.h | 34 #define IN_ALL_EVENTS 0x00000fff macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | inotify.h | 34 #define IN_ALL_EVENTS 0x00000fff macro
|
/third_party/ltp/testcases/kernel/syscalls/utils/ |
D | inotify.h | 61 #define IN_ALL_EVENTS (IN_ACCESS | IN_MODIFY | IN_ATTRIB | IN_CLOSE_WRITE | \ macro
|