Home
last modified time | relevance | path

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

/external/strace/xlat/
Dfan_event_flags.h6 #if defined(FAN_ACCESS) || (defined(HAVE_DECL_FAN_ACCESS) && HAVE_DECL_FAN_ACCESS)
8 static_assert((FAN_ACCESS) == (0x00000001), "FAN_ACCESS != 0x00000001");
11 # define FAN_ACCESS 0x00000001
87 XLAT(FAN_ACCESS),
Dfan_event_flags.in1 FAN_ACCESS 0x00000001
/external/ltp/testcases/kernel/syscalls/fanotify/
Dfanotify01.c73 FAN_ACCESS | FAN_MODIFY | FAN_CLOSE | FAN_OPEN, in test_fanotify()
94 event_set[tst_count] = FAN_ACCESS; in test_fanotify()
134 FAN_ACCESS, AT_FDCWD, fname) < 0) { in test_fanotify()
166 event_set[tst_count] = FAN_ACCESS; in test_fanotify()
315 FAN_ACCESS | FAN_MODIFY | FAN_CLOSE | FAN_OPEN, in test_fanotify()
Dfanotify02.c49 if (fanotify_mark(fd_notify, FAN_MARK_ADD, FAN_ACCESS | in test01()
88 event_set[tst_count] = FAN_ACCESS; in test01()
/external/kernel-headers/original/uapi/linux/
Dfanotify.h8 #define FAN_ACCESS 0x00000001 /* File was accessed */ macro
80 #define FAN_ALL_EVENTS (FAN_ACCESS |\
/external/syzkaller/sys/linux/
Dsys_386.const74 FAN_ACCESS = 1
Dsys_amd64.const74 FAN_ACCESS = 1
Dsys_arm.const74 FAN_ACCESS = 1
Dsys_ppc64le.const74 FAN_ACCESS = 1
Dsys_arm64.const74 FAN_ACCESS = 1
Dsys.txt985 fanotify_mask = FAN_ACCESS, FAN_MODIFY, FAN_CLOSE_WRITE, FAN_CLOSE_NOWRITE, FAN_OPEN, FAN_OPEN_PERM…