Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/syscalls/fanotify/
Dfanotify19.c60 FAN_ACCESS,
72 FAN_ACCESS,
84 FAN_ACCESS,
96 FAN_ACCESS,
Dfanotify01.c107 FAN_ACCESS | FAN_MODIFY | FAN_CLOSE | FAN_OPEN, AT_FDCWD, fname); in test_fanotify()
117 event_set[tst_count] = FAN_ACCESS; in test_fanotify()
157 FAN_ACCESS, AT_FDCWD, fname); in test_fanotify()
184 event_set[tst_count] = FAN_ACCESS; in test_fanotify()
322 FAN_ACCESS | FAN_MODIFY | FAN_CLOSE | FAN_OPEN, in test_fanotify()
Dfanotify02.c50 SAFE_FANOTIFY_MARK(fd_notify, FAN_MARK_ADD, FAN_ACCESS | in test01()
82 event_set[tst_count] = FAN_ACCESS; in test01()
Dfanotify.h353 if (fname && fanotify_mark(fd, FAN_MARK_ADD, FAN_ACCESS, AT_FDCWD, fname) < 0) { in fanotify_init_flags_supported_on_fs()
408 if (fanotify_mark(fd, FAN_MARK_ADD | flag, FAN_ACCESS, AT_FDCWD, ".") < 0) { in fanotify_mark_supported_by_kernel()
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dfanotify.h41 #define FAN_ACCESS 0x01 macro
86 #define FAN_ALL_EVENTS (FAN_ACCESS | FAN_MODIFY | FAN_CLOSE | FAN_OPEN)
/third_party/musl/porting/uniproton/kernel/include/sys/
Dfanotify.h41 #define FAN_ACCESS 0x01 macro
86 #define FAN_ALL_EVENTS (FAN_ACCESS | FAN_MODIFY | FAN_CLOSE | FAN_OPEN)
/third_party/musl/ndk_musl_include/sys/
Dfanotify.h41 #define FAN_ACCESS 0x01 macro
86 #define FAN_ALL_EVENTS (FAN_ACCESS | FAN_MODIFY | FAN_CLOSE | FAN_OPEN)
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dfanotify.h41 #define FAN_ACCESS 0x01 macro
86 #define FAN_ALL_EVENTS (FAN_ACCESS | FAN_MODIFY | FAN_CLOSE | FAN_OPEN)
/third_party/musl/include/sys/
Dfanotify.h41 #define FAN_ACCESS 0x01 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.txt685 FAN_ACCESS
/third_party/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs3355 pub const FAN_ACCESS: u64 = 0x0000_0001; constant