Home
last modified time | relevance | path

Searched refs:FAN_ONDIR (Results 1 – 14 of 14) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/fanotify/
Dfanotify16.c79 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 …]
Dfanotify13.c71 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()
Dfanotify15.c90 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()
Dfanotify09.c91 FAN_ONDIR,
99 FAN_ONDIR,
107 FAN_ONDIR,
Dfanotify02.c52 FAN_ONDIR, AT_FDCWD, "."); in test01()
Dfanotify04.c190 SAFE_FANOTIFY_MARK(fd_notify, FAN_MARK_ADD, FAN_OPEN | FAN_ONDIR, in test01()
/third_party/musl/libc-test/src/functionalext/supplement/linux/
Dfanotify_init.c45 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/
Dfanotify.h58 #define FAN_ONDIR 0x40000000 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dfanotify.h58 #define FAN_ONDIR 0x40000000 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Dfanotify.h58 #define FAN_ONDIR 0x40000000 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dfanotify.h58 #define FAN_ONDIR 0x40000000 macro
/third_party/musl/include/sys/
Dfanotify.h60 #define FAN_ONDIR 0x40000000 macro
/third_party/rust/crates/libc/libc-test/semver/
Dlinux.txt710 FAN_ONDIR
/third_party/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs3366 pub const FAN_ONDIR: u64 = 0x4000_0000; constant