Home
last modified time | relevance | path

Searched refs:FAN_CLOSE_NOWRITE (Results 1 - 10 of 10) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/fanotify/
H A Dfanotify13.c68 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
185 * Generate sequence of FAN_CLOSE_NOWRITE events on objects. Each in do_test()
186 * FAN_CLOSE_NOWRITE event is expected to be merged with its in do_test()
H A Dfanotify09.c121 .nonfirst_event = FAN_CLOSE_NOWRITE,
129 .nonfirst_event = FAN_CLOSE_NOWRITE,
144 .nonfirst_event = FAN_CLOSE_NOWRITE,
154 .nonfirst_event = FAN_CLOSE_NOWRITE,
171 .nonfirst_event = FAN_CLOSE_NOWRITE,
189 .nonfirst_event = FAN_CLOSE_NOWRITE,
199 .nonfirst_event = FAN_CLOSE_NOWRITE,
248 FAN_CLOSE_NOWRITE | mask_flags, in create_fanotify_groups()
258 * in mask or FAN_CLOSE_NOWRITE in ignore mask. In either case, in create_fanotify_groups()
263 ignore_mask = FAN_CLOSE_NOWRITE | t in create_fanotify_groups()
[all...]
H A Dfanotify02.c86 event_set[tst_count] = FAN_CLOSE_NOWRITE; in test01()
114 event_set[tst_count] = FAN_CLOSE_NOWRITE; in test01()
H A Dfanotify01.c121 event_set[tst_count] = FAN_CLOSE_NOWRITE; in test_fanotify()
H A Dfanotify16.c443 event_set[tst_count].mask = FAN_OPEN | FAN_CLOSE_NOWRITE | FAN_ONDIR; in do_test()
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dfanotify.h45 #define FAN_CLOSE_NOWRITE 0x10 macro
60 #define FAN_CLOSE (FAN_CLOSE_WRITE | FAN_CLOSE_NOWRITE)
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dfanotify.h45 #define FAN_CLOSE_NOWRITE 0x10 macro
60 #define FAN_CLOSE (FAN_CLOSE_WRITE | FAN_CLOSE_NOWRITE)
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dfanotify.h45 #define FAN_CLOSE_NOWRITE 0x10 macro
60 #define FAN_CLOSE (FAN_CLOSE_WRITE | FAN_CLOSE_NOWRITE)
/third_party/musl/include/sys/
H A Dfanotify.h45 #define FAN_CLOSE_NOWRITE 0x10 macro
61 #define FAN_CLOSE (FAN_CLOSE_WRITE | FAN_CLOSE_NOWRITE)
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs3358 pub const FAN_CLOSE_NOWRITE: u64 = 0x0000_0010; consts
3370 pub const FAN_CLOSE: u64 = FAN_CLOSE_WRITE | FAN_CLOSE_NOWRITE;

Completed in 17 milliseconds