Home
last modified time | relevance | path

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

/external/strace/xlat/
Dfan_event_flags.h20 #if defined(FAN_CLOSE_WRITE) || (defined(HAVE_DECL_FAN_CLOSE_WRITE) && HAVE_DECL_FAN_CLOSE_WRITE)
22 static_assert((FAN_CLOSE_WRITE) == (0x00000008), "FAN_CLOSE_WRITE != 0x00000008");
25 # define FAN_CLOSE_WRITE 0x00000008
89 XLAT(FAN_CLOSE_WRITE),
Dfan_event_flags.in3 FAN_CLOSE_WRITE 0x00000008
/external/kernel-headers/original/uapi/linux/
Dfanotify.h10 #define FAN_CLOSE_WRITE 0x00000008 /* Writtable file closed */ macro
26 #define FAN_CLOSE (FAN_CLOSE_WRITE | FAN_CLOSE_NOWRITE) /* close */
/external/ltp/testcases/kernel/syscalls/fanotify/
Dfanotify01.c117 event_set[tst_count] = FAN_CLOSE_WRITE; in test_fanotify()
170 event_set[tst_count] = FAN_CLOSE_WRITE; in test_fanotify()
222 event_set[tst_count] = FAN_CLOSE_WRITE; in test_fanotify()
Dfanotify02.c72 event_set[tst_count] = FAN_CLOSE_WRITE; in test01()
/external/syzkaller/sys/linux/
Dsys_386.const81 FAN_CLOSE_WRITE = 8
Dsys_amd64.const81 FAN_CLOSE_WRITE = 8
Dsys_arm.const81 FAN_CLOSE_WRITE = 8
Dsys_ppc64le.const81 FAN_CLOSE_WRITE = 8
Dsys_arm64.const81 FAN_CLOSE_WRITE = 8
Dsys.txt985 fanotify_mask = FAN_ACCESS, FAN_MODIFY, FAN_CLOSE_WRITE, FAN_CLOSE_NOWRITE, FAN_OPEN, FAN_OPEN_PERM…