Home
last modified time | relevance | path

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

/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dfanotify.h44 #define FAN_CLOSE_WRITE 0x08 macro
60 #define FAN_CLOSE (FAN_CLOSE_WRITE | FAN_CLOSE_NOWRITE)
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dfanotify.h44 #define FAN_CLOSE_WRITE 0x08 macro
60 #define FAN_CLOSE (FAN_CLOSE_WRITE | FAN_CLOSE_NOWRITE)
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dfanotify.h44 #define FAN_CLOSE_WRITE 0x08 macro
60 #define FAN_CLOSE (FAN_CLOSE_WRITE | FAN_CLOSE_NOWRITE)
/third_party/musl/include/sys/
H A Dfanotify.h44 #define FAN_CLOSE_WRITE 0x08 macro
61 #define FAN_CLOSE (FAN_CLOSE_WRITE | FAN_CLOSE_NOWRITE)
/third_party/ltp/testcases/kernel/syscalls/fanotify/
H A Dfanotify01.c140 event_set[tst_count] = FAN_CLOSE_WRITE; in test_fanotify()
188 event_set[tst_count] = FAN_CLOSE_WRITE; in test_fanotify()
228 event_set[tst_count] = FAN_CLOSE_WRITE; in test_fanotify()
H A Dfanotify02.c66 event_set[tst_count] = FAN_CLOSE_WRITE; in test01()
H A Dfanotify16.c394 event_set[tst_count].mask |= FAN_CLOSE_WRITE; in do_test()
404 event_set[tst_count].mask = FAN_OPEN | FAN_CLOSE_WRITE; in do_test()
427 event_set[tst_count].mask = FAN_CLOSE_WRITE; in do_test()
H A Dfanotify13.c323 SAFE_FANOTIFY_MARK(nofid_fd, FAN_MARK_ADD, FAN_CLOSE_WRITE, AT_FDCWD, in do_setup()
H A Dfanotify10.c592 * set a mark mask to watch FAN_CLOSE_WRITE events on children in create_fanotify_groups()
606 mask = FAN_CLOSE_WRITE | FAN_EVENT_ON_CHILD | FAN_ONDIR; in create_fanotify_groups()
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs3357 pub const FAN_CLOSE_WRITE: u64 = 0x0000_0008; consts
3370 pub const FAN_CLOSE: u64 = FAN_CLOSE_WRITE | FAN_CLOSE_NOWRITE;

Completed in 18 milliseconds