Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/syscalls/fanotify/
Dfanotify19.c62 FAN_CLOSE,
74 FAN_CLOSE,
86 FAN_CLOSE,
98 FAN_CLOSE,
Dfanotify16.c82 FAN_OPEN | FAN_CLOSE | FAN_ONDIR,
92 FAN_OPEN | FAN_CLOSE | FAN_EVENT_ON_CHILD,
101 FAN_OPEN | FAN_CLOSE | FAN_ONDIR,
111 FAN_OPEN | FAN_CLOSE | FAN_EVENT_ON_CHILD,
120 FAN_OPEN | FAN_CLOSE | FAN_ONDIR,
130 FAN_OPEN | FAN_CLOSE | FAN_EVENT_ON_CHILD,
139 FAN_OPEN | FAN_CLOSE | FAN_ONDIR,
149 FAN_OPEN | FAN_CLOSE | FAN_EVENT_ON_CHILD,
Dfanotify01.c107 FAN_ACCESS | FAN_MODIFY | FAN_CLOSE | FAN_OPEN, AT_FDCWD, fname); in test_fanotify()
202 FAN_OPEN | FAN_CLOSE, AT_FDCWD, fname); in test_fanotify()
225 FAN_OPEN | FAN_CLOSE, AT_FDCWD, fname); in test_fanotify()
322 FAN_ACCESS | FAN_MODIFY | FAN_CLOSE | FAN_OPEN, in test_fanotify()
Dfanotify02.c51 FAN_MODIFY | FAN_CLOSE | FAN_OPEN | FAN_EVENT_ON_CHILD | in test01()
/third_party/musl/ndk_musl_include/sys/
Dfanotify.h60 #define FAN_CLOSE (FAN_CLOSE_WRITE | FAN_CLOSE_NOWRITE) macro
86 #define FAN_ALL_EVENTS (FAN_ACCESS | FAN_MODIFY | FAN_CLOSE | FAN_OPEN)
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dfanotify.h60 #define FAN_CLOSE (FAN_CLOSE_WRITE | FAN_CLOSE_NOWRITE) macro
86 #define FAN_ALL_EVENTS (FAN_ACCESS | FAN_MODIFY | FAN_CLOSE | FAN_OPEN)
/third_party/musl/porting/uniproton/kernel/include/sys/
Dfanotify.h60 #define FAN_CLOSE (FAN_CLOSE_WRITE | FAN_CLOSE_NOWRITE) macro
86 #define FAN_ALL_EVENTS (FAN_ACCESS | FAN_MODIFY | FAN_CLOSE | FAN_OPEN)
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dfanotify.h60 #define FAN_CLOSE (FAN_CLOSE_WRITE | FAN_CLOSE_NOWRITE) macro
86 #define FAN_ALL_EVENTS (FAN_ACCESS | FAN_MODIFY | FAN_CLOSE | FAN_OPEN)
/third_party/musl/include/sys/
Dfanotify.h61 #define FAN_CLOSE (FAN_CLOSE_WRITE | FAN_CLOSE_NOWRITE) macro
90 #define FAN_ALL_EVENTS (FAN_ACCESS | FAN_MODIFY | FAN_CLOSE | FAN_OPEN)
/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/rust/crates/libc/libc-test/semver/
Dlinux.txt692 FAN_CLOSE
/third_party/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs3370 pub const FAN_CLOSE: u64 = FAN_CLOSE_WRITE | FAN_CLOSE_NOWRITE; constant