Searched refs:IN_OPEN (Results 1 – 15 of 15) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/inotify/ |
D | README | 15 open read-only IN_OPEN 18 open read-write IN_OPEN 29 IN_OPEN
|
D | inotify10.c | 72 IN_ATTRIB, IN_OPEN, IN_OPEN, 73 IN_OPEN, IN_ATTRIB, IN_ATTRIB,
|
D | inotify01.c | 56 event_set[test_cnt] = IN_OPEN; in verify_inotify() 71 event_set[test_cnt] = IN_OPEN; in verify_inotify()
|
D | inotify08.c | 77 event_set[test_cnt].mask = IN_OPEN; in verify_inotify() 144 IN_ATTRIB | IN_OPEN | IN_CLOSE_WRITE); in setup()
|
D | inotify05.c | 82 event->mask != IN_OPEN && in verify_inotify()
|
D | inotify07.c | 79 event_set[test_cnt].mask = IN_OPEN; in verify_inotify()
|
D | inotify02.c | 77 event_set[test_cnt].mask = IN_OPEN; in verify_inotify()
|
/third_party/ltp/testcases/kernel/syscalls/utils/ |
D | inotify.h | 32 #define IN_OPEN 0x00000020 /* File was opened */ macro 62 IN_CLOSE_NOWRITE | IN_OPEN | IN_MOVED_FROM | \
|
/third_party/musl/libc-test/src/functionalext/supplement/linux/ |
D | inotify.c | 62 {.fd = fd, .wd = -1, .mask = IN_OPEN}, in inotify_test() 121 {.fd = -1, .wd = -1, .mask = IN_OPEN}, in inotify_add_watch_0200()
|
/third_party/musl/ndk_musl_include/sys/ |
D | inotify.h | 26 #define IN_OPEN 0x00000020 macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | inotify.h | 26 #define IN_OPEN 0x00000020 macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | inotify.h | 26 #define IN_OPEN 0x00000020 macro
|
/third_party/musl/include/sys/ |
D | inotify.h | 26 #define IN_OPEN 0x00000020 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | inotify.h | 26 #define IN_OPEN 0x00000020 macro
|
/third_party/glib/gio/inotify/ |
D | inotify-helper.c | 283 case IN_OPEN: in ih_mask_to_EventFlags()
|