Searched refs:FAN_MODIFY (Results 1 – 16 of 16) sorted by relevance
/external/strace/xlat/ |
D | fan_event_flags.h | 13 #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),
|
D | fan_event_flags.in | 2 FAN_MODIFY 0x00000002
|
/external/ltp/testcases/kernel/syscalls/fanotify/ |
D | fanotify06.c | 74 FAN_MODIFY, in create_fanotify_groups() 89 FAN_MODIFY, AT_FDCWD, fname); in create_fanotify_groups() 116 if (event->mask != FAN_MODIFY) { in verify_event() 119 (unsigned long long)FAN_MODIFY, in verify_event()
|
D | fanotify01.c | 73 FAN_ACCESS | FAN_MODIFY | FAN_CLOSE | FAN_OPEN, in test_fanotify() 113 event_set[tst_count] = FAN_MODIFY; in test_fanotify() 158 event_set[tst_count] = FAN_MODIFY; in test_fanotify() 196 event_set[tst_count] = FAN_MODIFY; in test_fanotify() 315 FAN_ACCESS | FAN_MODIFY | FAN_CLOSE | FAN_OPEN, in test_fanotify()
|
D | fanotify02.c | 50 FAN_MODIFY | FAN_CLOSE | FAN_OPEN | in test01() 68 event_set[tst_count] = FAN_MODIFY; in test01()
|
D | fanotify09.c | 105 FAN_MODIFY | ondir | onchild, in create_fanotify_groups() 195 verify_event(0, event, FAN_MODIFY); in test_fanotify()
|
/external/kernel-headers/original/uapi/linux/ |
D | fanotify.h | 9 #define FAN_MODIFY 0x00000002 /* File was modified */ macro 81 FAN_MODIFY |\
|
/external/strace/tests-m32/ |
D | fanotify_mark.c | 211 rc = fanotify_mark(-1, FAN_MARK_ADD, FAN_MODIFY | FAN_ONDIR, in main()
|
/external/strace/tests/ |
D | fanotify_mark.c | 211 rc = fanotify_mark(-1, FAN_MARK_ADD, FAN_MODIFY | FAN_ONDIR, in main()
|
/external/strace/tests-mx32/ |
D | fanotify_mark.c | 211 rc = fanotify_mark(-1, FAN_MARK_ADD, FAN_MODIFY | FAN_ONDIR, in main()
|
/external/syzkaller/sys/linux/ |
D | sys_386.const | 92 FAN_MODIFY = 2
|
D | sys_amd64.const | 92 FAN_MODIFY = 2
|
D | sys_arm.const | 92 FAN_MODIFY = 2
|
D | sys_ppc64le.const | 92 FAN_MODIFY = 2
|
D | sys_arm64.const | 92 FAN_MODIFY = 2
|
D | sys.txt | 985 fanotify_mask = FAN_ACCESS, FAN_MODIFY, FAN_CLOSE_WRITE, FAN_CLOSE_NOWRITE, FAN_OPEN, FAN_OPEN_PERM…
|