Searched refs:FAN_ACCESS (Results 1 - 12 of 12) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/fanotify/ |
H A D | fanotify23.c | 71 FAN_ACCESS, AT_FDCWD, path); in verify_mark_removed() 100 FAN_ACCESS, in test_fanotify() 103 FAN_ACCESS, in test_fanotify() 107 FAN_ACCESS, in test_fanotify() 119 FAN_ACCESS, in test_fanotify()
|
H A D | fanotify19.c | 60 FAN_ACCESS, 72 FAN_ACCESS, 84 FAN_ACCESS, 96 FAN_ACCESS, 110 /* FAN_ACCESS */ in generate_events()
|
H A 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() 326 FAN_ACCESS | FAN_MODIFY | FAN_CLOSE | FAN_OPEN, in test_fanotify()
|
H A 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()
|
H A D | fanotify14.c | 228 .mask = { FAN_ACCESS, "anonymous pipe"}, 236 .mask = { FAN_ACCESS, "anonymous pipe"},
|
H A D | fanotify.h | 200 if (fname && fanotify_mark(fd, FAN_MARK_ADD, FAN_ACCESS, AT_FDCWD, fname) < 0) { in fanotify_init_flags_supported_on_fs() 253 if (fanotify_mark(fd, FAN_MARK_ADD | flag, FAN_ACCESS, AT_FDCWD, ".") < 0) { in fanotify_mark_supported_by_kernel() 258 "fanotify_mark (%d, FAN_MARK_ADD, ..., FAN_ACCESS, AT_FDCWD, \".\") failed", fd); in fanotify_mark_supported_by_kernel()
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
H A 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/ |
H A 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_iccarm/kernel/include/sys/ |
H A 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/ |
H A 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/ |
H A 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/src/unix/linux_like/linux/ |
H A D | mod.rs | 3355 pub const FAN_ACCESS: u64 = 0x0000_0001; consts
|
Completed in 17 milliseconds