Home
last modified time | relevance | path

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

/external/strace/xlat/
Dfan_event_flags.h5 #if !(defined(FAN_MODIFY) || (defined(HAVE_DECL_FAN_MODIFY) && HAVE_DECL_FAN_MODIFY))
6 # define FAN_MODIFY 0x00000002 macro
42 XLAT(FAN_MODIFY),
Dfan_event_flags.in2 FAN_MODIFY 0x00000002
/external/ltp/testcases/kernel/syscalls/fanotify/
Dfanotify01.c80 if (fanotify_mark(fd_notify, FAN_MARK_ADD, FAN_ACCESS | FAN_MODIFY | in main()
115 event_set[tst_count] = FAN_MODIFY; in main()
160 event_set[tst_count] = FAN_MODIFY; in main()
199 event_set[tst_count] = FAN_MODIFY; in main()
316 if (fanotify_mark(fd_notify, FAN_MARK_REMOVE, FAN_ACCESS | FAN_MODIFY | in main()
Dfanotify06.c110 FAN_MODIFY, in create_fanotify_groups()
125 FAN_MODIFY, AT_FDCWD, fname); in create_fanotify_groups()
156 if (event->mask != FAN_MODIFY) { in verify_event()
159 (unsigned long long)FAN_MODIFY, in verify_event()
Dfanotify02.c81 FAN_MODIFY | FAN_CLOSE | FAN_OPEN | in main()
99 event_set[tst_count] = FAN_MODIFY; in main()
/external/kernel-headers/original/uapi/linux/
Dfanotify.h8 #define FAN_MODIFY 0x00000002 /* File was modified */ macro
68 FAN_MODIFY |\
/external/strace/tests-mx32/
Dfanotify_mark.c150 rc = fanotify_mark(-1, FAN_MARK_ADD, FAN_MODIFY | FAN_ONDIR, in main()
/external/strace/tests-m32/
Dfanotify_mark.c150 rc = fanotify_mark(-1, FAN_MARK_ADD, FAN_MODIFY | FAN_ONDIR, in main()
/external/strace/tests/
Dfanotify_mark.c150 rc = fanotify_mark(-1, FAN_MARK_ADD, FAN_MODIFY | FAN_ONDIR, in main()