Home
last modified time | relevance | path

Searched refs:FAN_MODIFY (Results 1 - 12 of 12) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/fanotify/
H A Dfanotify19.c61 FAN_MODIFY,
73 FAN_MODIFY,
85 FAN_MODIFY,
97 FAN_MODIFY,
113 /* FAN_MODIFY */ in generate_events()
H A Dfanotify06.c93 FAN_MODIFY, in create_fanotify_groups()
104 FAN_MODIFY, AT_FDCWD, fname); in create_fanotify_groups()
123 if (event->mask != FAN_MODIFY) { in verify_event()
126 (unsigned long long)FAN_MODIFY, in verify_event()
H A Dfanotify01.c107 FAN_ACCESS | FAN_MODIFY | FAN_CLOSE | FAN_OPEN, AT_FDCWD, fname); in test_fanotify()
136 event_set[tst_count] = FAN_MODIFY; in test_fanotify()
176 event_set[tst_count] = FAN_MODIFY; in test_fanotify()
208 event_set[tst_count] = FAN_MODIFY; in test_fanotify()
326 FAN_ACCESS | FAN_MODIFY | FAN_CLOSE | FAN_OPEN, in test_fanotify()
H A Dfanotify15.c90 FAN_MODIFY | FAN_ONDIR, in do_test()
110 FAN_MODIFY | FAN_DELETE_SELF, in do_test()
120 * FAN_MODIFY event reported on file mark should be merged with the in do_test()
121 * FAN_MODIFY event reported on parent directory watch. in do_test()
123 event_set[count].mask = FAN_MODIFY; in do_test()
131 * FAN_DELETE_SELF may be merged with FAN_MODIFY event above. in do_test()
H A Dfanotify02.c51 FAN_MODIFY | FAN_CLOSE | FAN_OPEN | FAN_EVENT_ON_CHILD | in test01()
62 event_set[tst_count] = FAN_MODIFY; in test01()
H A Dfanotify09.c257 * The inode mark on non-first group is either with FAN_MODIFY in create_fanotify_groups()
262 parent_mask = FAN_MODIFY | tc->ondir | mask_flags; in create_fanotify_groups()
426 verify_event(0, event, FAN_MODIFY, tc->report_name ? fname : ""); in test_fanotify()
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dfanotify.h42 #define FAN_MODIFY 0x02 macro
86 #define FAN_ALL_EVENTS (FAN_ACCESS | FAN_MODIFY | FAN_CLOSE | FAN_OPEN)
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dfanotify.h42 #define FAN_MODIFY 0x02 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 Dfanotify.h42 #define FAN_MODIFY 0x02 macro
86 #define FAN_ALL_EVENTS (FAN_ACCESS | FAN_MODIFY | FAN_CLOSE | FAN_OPEN)
/third_party/musl/include/sys/
H A Dfanotify.h42 #define FAN_MODIFY 0x02 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 Dfanotify_init.c45 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 Dmod.rs3356 pub const FAN_MODIFY: u64 = 0x0000_0002; consts

Completed in 15 milliseconds