Searched refs:FAN_ONDIR (Results 1 - 14 of 14) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/fanotify/ |
H A D | fanotify16.c | 88 FAN_CREATE | FAN_DELETE | FAN_MOVE | FAN_DELETE_SELF | FAN_MOVE_SELF | FAN_ONDIR, 91 FAN_OPEN | FAN_CLOSE | FAN_ONDIR, 98 FAN_CREATE | FAN_DELETE | FAN_MOVE | FAN_ONDIR, 101 FAN_CREATE | FAN_DELETE | FAN_MOVE | FAN_DELETE_SELF | FAN_MOVE_SELF | FAN_ONDIR | 109 FAN_CREATE | FAN_DELETE | FAN_MOVE | FAN_DELETE_SELF | FAN_MOVE_SELF | FAN_ONDIR, 112 FAN_OPEN | FAN_CLOSE | FAN_ONDIR, 119 FAN_CREATE | FAN_DELETE | FAN_MOVE | FAN_ONDIR, 122 FAN_CREATE | FAN_DELETE | FAN_MOVE | FAN_DELETE_SELF | FAN_MOVE_SELF | FAN_ONDIR | 130 FAN_CREATE | FAN_DELETE | FAN_MOVE | FAN_DELETE_SELF | FAN_MOVE_SELF | FAN_ONDIR, 133 FAN_OPEN | FAN_CLOSE | FAN_ONDIR, [all...] |
H A D | fanotify09.c | 25 * 55bf882c7f13 fanotify: fix merging marks masks with FAN_ONDIR 98 .ondir = FAN_ONDIR, 105 .ondir = FAN_ONDIR, 112 .ondir = FAN_ONDIR, 150 .ondir = FAN_ONDIR, 159 .ondir = FAN_ONDIR, 161 .ignore_flags = FAN_ONDIR, 184 .ondir = FAN_ONDIR, 186 .ignore_flags = FAN_ONDIR, 194 .ondir = FAN_ONDIR, [all...] |
H A D | fanotify10.c | 438 .ignored_flags = FAN_EVENT_ON_CHILD | FAN_ONDIR, 441 .expected_mask_without_ignore = FAN_OPEN | FAN_ONDIR 449 .ignored_flags = FAN_ONDIR, 451 .expected_mask_with_ignore = FAN_OPEN | FAN_ONDIR, 452 .expected_mask_without_ignore = FAN_OPEN | FAN_ONDIR 462 .expected_mask_with_ignore = FAN_OPEN | FAN_ONDIR, 463 .expected_mask_without_ignore = FAN_OPEN | FAN_ONDIR 554 FAN_EVENT_ON_CHILD | FAN_ONDIR, in create_fanotify_groups() 606 mask = FAN_CLOSE_WRITE | FAN_EVENT_ON_CHILD | FAN_ONDIR; in create_fanotify_groups() 609 else if (tc->ignored_flags & FAN_ONDIR) in create_fanotify_groups() [all...] |
H A D | fanotify13.c | 72 FAN_OPEN | FAN_CLOSE_NOWRITE | FAN_ONDIR 80 FAN_OPEN | FAN_CLOSE_NOWRITE | FAN_ONDIR 88 FAN_OPEN | FAN_CLOSE_NOWRITE | FAN_ONDIR 132 event_set[i].expected_mask &= ~FAN_ONDIR; in setup_marks()
|
H A D | fanotify15.c | 90 FAN_MODIFY | FAN_ONDIR, in do_test() 144 * are merged, so it's required that we set FAN_ONDIR once in in do_test() 149 event_set[count].mask = FAN_ONDIR | FAN_CREATE | FAN_MOVE | FAN_DELETE; in do_test() 161 FAN_DELETE_SELF | FAN_ONDIR, in do_test() 165 "FAN_DELETE_SELF | FAN_ONDIR, AT_FDCWD, %s) failed", in do_test() 171 event_set[count].mask = FAN_ONDIR | FAN_DELETE_SELF; in do_test()
|
H A D | fanotify14.c | 153 /* With FAN_REPORT_TARGET_FID, FAN_ONDIR on non-dir is not valid */ 157 .mask = FLAGS_DESC(FAN_OPEN | FAN_ONDIR), 185 /* FAN_MARK_IGNORE_SURV with FAN_ONDIR on non-dir is not valid */ 189 .mask = FLAGS_DESC(FAN_OPEN | FAN_ONDIR),
|
H A D | fanotify02.c | 52 FAN_ONDIR, AT_FDCWD, "."); in test01()
|
H A D | fanotify04.c | 181 SAFE_FANOTIFY_MARK(fd_notify, FAN_MARK_ADD, FAN_OPEN | FAN_ONDIR, in test01()
|
/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/musl/porting/liteos_m/kernel/include/sys/ |
H A D | fanotify.h | 58 #define FAN_ONDIR 0x40000000 macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
H A D | fanotify.h | 58 #define FAN_ONDIR 0x40000000 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
H A D | fanotify.h | 58 #define FAN_ONDIR 0x40000000 macro
|
/third_party/musl/include/sys/ |
H A D | fanotify.h | 60 #define FAN_ONDIR 0x40000000 macro
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
H A D | mod.rs | 3366 pub const FAN_ONDIR: u64 = 0x4000_0000; consts
|
Completed in 19 milliseconds