Searched refs:FAN_ONDIR (Results 1 – 14 of 14) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/fanotify/ |
D | fanotify16.c | 79 FAN_CREATE | FAN_DELETE | FAN_MOVE | FAN_DELETE_SELF | FAN_MOVE_SELF | FAN_ONDIR, 82 FAN_OPEN | FAN_CLOSE | FAN_ONDIR, 88 FAN_CREATE | FAN_DELETE | FAN_MOVE | FAN_ONDIR, 91 FAN_CREATE | FAN_DELETE | FAN_MOVE | FAN_DELETE_SELF | FAN_MOVE_SELF | FAN_ONDIR | 98 FAN_CREATE | FAN_DELETE | FAN_MOVE | FAN_DELETE_SELF | FAN_MOVE_SELF | FAN_ONDIR, 101 FAN_OPEN | FAN_CLOSE | FAN_ONDIR, 107 FAN_CREATE | FAN_DELETE | FAN_MOVE | FAN_ONDIR, 110 FAN_CREATE | FAN_DELETE | FAN_MOVE | FAN_DELETE_SELF | FAN_MOVE_SELF | FAN_ONDIR | 117 FAN_CREATE | FAN_DELETE | FAN_MOVE | FAN_DELETE_SELF | FAN_MOVE_SELF | FAN_ONDIR, 120 FAN_OPEN | FAN_CLOSE | FAN_ONDIR, [all …]
|
D | fanotify13.c | 71 FAN_OPEN | FAN_CLOSE_NOWRITE | FAN_ONDIR 79 FAN_OPEN | FAN_CLOSE_NOWRITE | FAN_ONDIR 87 FAN_OPEN | FAN_CLOSE_NOWRITE | FAN_ONDIR 128 event_set[i].expected_mask &= ~FAN_ONDIR; in setup_marks()
|
D | fanotify15.c | 90 FAN_MODIFY | FAN_ONDIR, in do_test() 149 event_set[count].mask = FAN_ONDIR | FAN_CREATE | FAN_MOVE | FAN_DELETE; in do_test() 161 FAN_DELETE_SELF | FAN_ONDIR, in do_test() 171 event_set[count].mask = FAN_ONDIR | FAN_DELETE_SELF; in do_test()
|
D | fanotify09.c | 91 FAN_ONDIR, 99 FAN_ONDIR, 107 FAN_ONDIR,
|
D | fanotify02.c | 52 FAN_ONDIR, AT_FDCWD, "."); in test01()
|
D | fanotify04.c | 190 SAFE_FANOTIFY_MARK(fd_notify, FAN_MARK_ADD, FAN_OPEN | FAN_ONDIR, in test01()
|
/third_party/musl/libc-test/src/functionalext/supplement/linux/ |
D | fanotify_init.c | 45 FAN_ACCESS | FAN_MODIFY | FAN_OPEN | FAN_CLOSE | FAN_ONDIR | FAN_EVENT_ON_CHILD, in fanotify_init_0100()
|
/third_party/musl/ndk_musl_include/sys/ |
D | fanotify.h | 58 #define FAN_ONDIR 0x40000000 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | fanotify.h | 58 #define FAN_ONDIR 0x40000000 macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | fanotify.h | 58 #define FAN_ONDIR 0x40000000 macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | fanotify.h | 58 #define FAN_ONDIR 0x40000000 macro
|
/third_party/musl/include/sys/ |
D | fanotify.h | 60 #define FAN_ONDIR 0x40000000 macro
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | linux.txt | 710 FAN_ONDIR
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
D | mod.rs | 3366 pub const FAN_ONDIR: u64 = 0x4000_0000; constant
|