Searched refs:FAN_ACCESS (Results 1 – 12 of 12) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/fanotify/ |
D | fanotify19.c | 60 FAN_ACCESS, 72 FAN_ACCESS, 84 FAN_ACCESS, 96 FAN_ACCESS,
|
D | fanotify01.c | 107 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()
|
D | fanotify02.c | 50 SAFE_FANOTIFY_MARK(fd_notify, FAN_MARK_ADD, FAN_ACCESS | in test01() 82 event_set[tst_count] = FAN_ACCESS; in test01()
|
D | fanotify.h | 353 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/ |
D | fanotify.h | 41 #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/ |
D | fanotify.h | 41 #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/ |
D | fanotify.h | 41 #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/ |
D | fanotify.h | 41 #define FAN_ACCESS 0x01 macro 86 #define FAN_ALL_EVENTS (FAN_ACCESS | FAN_MODIFY | FAN_CLOSE | FAN_OPEN)
|
/third_party/musl/include/sys/ |
D | fanotify.h | 41 #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/ |
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/rust/crates/libc/libc-test/semver/ |
D | linux.txt | 685 FAN_ACCESS
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
D | mod.rs | 3355 pub const FAN_ACCESS: u64 = 0x0000_0001; constant
|