Home
last modified time | relevance | path

Searched refs:FAN_MODIFY (Results 1 – 11 of 11) sorted by relevance

/external/strace/xlat/
Dfan_event_flags.h13 #if defined(FAN_MODIFY) || (defined(HAVE_DECL_FAN_MODIFY) && HAVE_DECL_FAN_MODIFY)
15 static_assert((FAN_MODIFY) == (0x00000002), "FAN_MODIFY != 0x00000002");
18 # define FAN_MODIFY 0x00000002
88 XLAT(FAN_MODIFY),
Dfan_event_flags.in2 FAN_MODIFY 0x00000002
/external/ltp/testcases/kernel/syscalls/fanotify/
Dfanotify06.c92 FAN_MODIFY, in create_fanotify_groups()
107 FAN_MODIFY, AT_FDCWD, fname); in create_fanotify_groups()
134 if (event->mask != FAN_MODIFY) { in verify_event()
137 (unsigned long long)FAN_MODIFY, in verify_event()
Dfanotify01.c105 FAN_ACCESS | FAN_MODIFY | FAN_CLOSE | FAN_OPEN, in test_fanotify()
145 event_set[tst_count] = FAN_MODIFY; in test_fanotify()
190 event_set[tst_count] = FAN_MODIFY; in test_fanotify()
228 event_set[tst_count] = FAN_MODIFY; in test_fanotify()
348 FAN_ACCESS | FAN_MODIFY | FAN_CLOSE | FAN_OPEN, in test_fanotify()
Dfanotify02.c50 FAN_MODIFY | FAN_CLOSE | FAN_OPEN | in test01()
68 event_set[tst_count] = FAN_MODIFY; in test01()
Dfanotify09.c105 FAN_MODIFY | ondir | onchild, in create_fanotify_groups()
195 verify_event(0, event, FAN_MODIFY); in test_fanotify()
/external/kernel-headers/original/uapi/linux/
Dfanotify.h9 #define FAN_MODIFY 0x00000002 /* File was modified */ macro
95 FAN_MODIFY |\
/external/strace/tests-mx32/
Dfanotify_mark.c211 rc = fanotify_mark(-1, FAN_MARK_ADD, FAN_MODIFY | FAN_ONDIR, in main()
/external/strace/tests/
Dfanotify_mark.c211 rc = fanotify_mark(-1, FAN_MARK_ADD, FAN_MODIFY | FAN_ONDIR, in main()
/external/strace/tests-m32/
Dfanotify_mark.c211 rc = fanotify_mark(-1, FAN_MARK_ADD, FAN_MODIFY | FAN_ONDIR, in main()
/external/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs2628 pub const FAN_MODIFY: u64 = 0x0000_0002; constant