/third_party/ltp/testcases/kernel/syscalls/fanotify/ |
H A D | fanotify10.c | 151 .expected_mask_without_ignore = FAN_OPEN 161 .expected_mask_without_ignore = FAN_OPEN | FAN_OPEN_EXEC 170 .expected_mask_with_ignore = FAN_OPEN, 171 .expected_mask_without_ignore = FAN_OPEN 180 .expected_mask_with_ignore = FAN_OPEN | FAN_OPEN_EXEC, 181 .expected_mask_without_ignore = FAN_OPEN | FAN_OPEN_EXEC 190 .expected_mask_without_ignore = FAN_OPEN 200 .expected_mask_without_ignore = FAN_OPEN | FAN_OPEN_EXEC 209 .expected_mask_with_ignore = FAN_OPEN, 210 .expected_mask_without_ignore = FAN_OPEN [all...] |
H A D | fanotify12.c | 54 "inode mark, FAN_OPEN events", 56 FAN_OPEN, 59 {FAN_OPEN, FAN_OPEN} 70 "inode mark, FAN_OPEN | FAN_OPEN_EXEC events", 72 FAN_OPEN | FAN_OPEN_EXEC, 75 {FAN_OPEN, FAN_OPEN | FAN_OPEN_EXEC} 78 "inode mark, FAN_OPEN events, ignore FAN_OPEN_EXEC", 80 FAN_OPEN, [all...] |
H A D | fanotify14.c | 133 .mask = FLAGS_DESC(FAN_OPEN), 157 .mask = FLAGS_DESC(FAN_OPEN | FAN_ONDIR), 165 .mask = FLAGS_DESC(FAN_OPEN | FAN_EVENT_ON_CHILD), 189 .mask = FLAGS_DESC(FAN_OPEN | FAN_ONDIR), 197 .mask = FLAGS_DESC(FAN_OPEN | FAN_EVENT_ON_CHILD), 205 .mask = FLAGS_DESC(FAN_OPEN), 213 .mask = FLAGS_DESC(FAN_OPEN), 221 .mask = FLAGS_DESC(FAN_OPEN),
|
H A D | fanotify16.c | 91 FAN_OPEN | FAN_CLOSE | FAN_ONDIR, 102 FAN_OPEN | FAN_CLOSE | FAN_EVENT_ON_CHILD, 112 FAN_OPEN | FAN_CLOSE | FAN_ONDIR, 123 FAN_OPEN | FAN_CLOSE | FAN_EVENT_ON_CHILD, 133 FAN_OPEN | FAN_CLOSE | FAN_ONDIR, 144 FAN_OPEN | FAN_CLOSE | FAN_EVENT_ON_CHILD, 154 FAN_OPEN | FAN_CLOSE | FAN_ONDIR, 165 FAN_OPEN | FAN_CLOSE | FAN_EVENT_ON_CHILD, 175 FAN_OPEN | FAN_CLOSE | FAN_ONDIR, 186 FAN_OPEN | FAN_CLOS [all...] |
H A D | fanotify13.c | 68 FAN_OPEN | FAN_CLOSE_NOWRITE 72 FAN_OPEN | FAN_CLOSE_NOWRITE | FAN_ONDIR 76 FAN_OPEN | FAN_CLOSE_NOWRITE 80 FAN_OPEN | FAN_CLOSE_NOWRITE | FAN_ONDIR 84 FAN_OPEN | FAN_CLOSE_NOWRITE 88 FAN_OPEN | FAN_CLOSE_NOWRITE | FAN_ONDIR 180 /* Generate sequence of FAN_OPEN events on objects */ in do_test() 187 * respective FAN_OPEN event that was performed on the same object. in do_test()
|
H A D | fanotify04.c | 56 if (fanotify_mark(fd_notify, FAN_MARK_ADD | flag, FAN_OPEN, AT_FDCWD, in check_mark() 59 "fanotify_mark (%d, FAN_MARK_ADD | %s, FAN_OPEN, " in check_mark() 64 "fanotify_mark (%d, FAN_MARK_ADD | %s, FAN_OPEN, " in check_mark() 76 FAN_OPEN, AT_FDCWD, file); in check_mark() 108 if (event->mask != FAN_OPEN) { in verify_event() 180 SAFE_FANOTIFY_MARK(fd_notify, FAN_MARK_ADD, FAN_OPEN, AT_FDCWD, fname); in test01() 181 SAFE_FANOTIFY_MARK(fd_notify, FAN_MARK_ADD, FAN_OPEN | FAN_ONDIR, in test01()
|
H A D | fanotify01.c | 107 FAN_ACCESS | FAN_MODIFY | FAN_CLOSE | FAN_OPEN, AT_FDCWD, fname); in test_fanotify() 113 event_set[tst_count] = FAN_OPEN; in test_fanotify() 132 event_set[tst_count] = FAN_OPEN; in test_fanotify() 160 event_set[tst_count] = FAN_OPEN; 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() 326 FAN_ACCESS | FAN_MODIFY | FAN_CLOSE | FAN_OPEN, in test_fanotify()
|
H A D | fanotify02.c | 51 FAN_MODIFY | FAN_CLOSE | FAN_OPEN | FAN_EVENT_ON_CHILD | in test01() 58 event_set[tst_count] = FAN_OPEN; in test01() 78 event_set[tst_count] = FAN_OPEN; in test01() 110 event_set[tst_count] = FAN_OPEN; in test01()
|
H A D | fanotify19.c | 59 FAN_OPEN, 71 FAN_OPEN, 83 FAN_OPEN, 95 FAN_OPEN, 107 /* FAN_OPEN */ in generate_events()
|
H A D | fanotify05.c | 118 SAFE_FANOTIFY_MARK(fd_notify, FAN_MARK_MOUNT | FAN_MARK_ADD, FAN_OPEN, in test_fanotify() 159 if (event.mask != FAN_OPEN && in test_fanotify() 164 (unsigned long long)FAN_OPEN, in test_fanotify()
|
H A D | fanotify17.c | 103 ret = fanotify_mark(fd, FAN_MARK_ADD, FAN_OPEN, AT_FDCWD, in verify_user_limits() 142 "ret=%d, fanotify_mark(%d, FAN_MARK_ADD, FAN_OPEN, " in verify_user_limits()
|
H A D | fanotify21.c | 88 /* Generate a single FAN_OPEN event on the watched object. */ in generate_event() 125 SAFE_FANOTIFY_MARK(fanotify_fd, FAN_MARK_ADD, FAN_OPEN, AT_FDCWD, in do_setup()
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
H A D | fanotify.h | 46 #define FAN_OPEN 0x20 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 | 46 #define FAN_OPEN 0x20 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 | 46 #define FAN_OPEN 0x20 macro 86 #define FAN_ALL_EVENTS (FAN_ACCESS | FAN_MODIFY | FAN_CLOSE | FAN_OPEN)
|
/third_party/musl/include/sys/ |
H A D | fanotify.h | 46 #define FAN_OPEN 0x20 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 | 3359 pub const FAN_OPEN: u64 = 0x0000_0020; consts
|