Searched refs:FAN_CLOSE (Results 1 - 11 of 11) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/fanotify/ |
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_CLOSE | FAN_EVENT_ON_CHIL [all...] |
H A D | fanotify19.c | 62 FAN_CLOSE, 74 FAN_CLOSE, 86 FAN_CLOSE, 98 FAN_CLOSE, 116 /* FAN_CLOSE */ in generate_events()
|
H A D | fanotify01.c | 107 FAN_ACCESS | FAN_MODIFY | FAN_CLOSE | FAN_OPEN, AT_FDCWD, fname); 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()
|
H A D | fanotify10.c | 596 * set a mark mask to watch FAN_CLOSE events only on parent itself in create_fanotify_groups() 597 * to make sure we do not get FAN_CLOSE events from children. in create_fanotify_groups() 600 * mark mask (mark_type == FANOTIFY_PARENT), then FAN_CLOSE mask in create_fanotify_groups() 610 mask = FAN_CLOSE | ignored_onchild; in create_fanotify_groups() 612 mask = FAN_CLOSE | FAN_ONDIR; in create_fanotify_groups()
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
H A D | fanotify.h | 60 #define FAN_CLOSE (FAN_CLOSE_WRITE | FAN_CLOSE_NOWRITE) 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 | 60 #define FAN_CLOSE (FAN_CLOSE_WRITE | FAN_CLOSE_NOWRITE) 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 | 60 #define FAN_CLOSE (FAN_CLOSE_WRITE | FAN_CLOSE_NOWRITE) macro 86 #define FAN_ALL_EVENTS (FAN_ACCESS | FAN_MODIFY | FAN_CLOSE | FAN_OPEN)
|
/third_party/musl/include/sys/ |
H A D | fanotify.h | 61 #define FAN_CLOSE (FAN_CLOSE_WRITE | FAN_CLOSE_NOWRITE) 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 | 3370 pub const FAN_CLOSE: u64 = FAN_CLOSE_WRITE | FAN_CLOSE_NOWRITE; consts
|
Completed in 17 milliseconds