Home
last modified time | relevance | path

Searched refs:FAN_CLOSE_WRITE (Results 1 – 6 of 6) 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.h11 #define FAN_CLOSE_WRITE 0x00000008 /* Writtable file closed */ macro
33 #define FAN_CLOSE (FAN_CLOSE_WRITE | FAN_CLOSE_NOWRITE) /* close */
/external/ltp/testcases/kernel/syscalls/fanotify/
Dfanotify01.c149 event_set[tst_count] = FAN_CLOSE_WRITE; in test_fanotify()
202 event_set[tst_count] = FAN_CLOSE_WRITE; in test_fanotify()
254 event_set[tst_count] = FAN_CLOSE_WRITE; in test_fanotify()
Dfanotify02.c72 event_set[tst_count] = FAN_CLOSE_WRITE; in test01()
Dfanotify13.c299 if (fanotify_mark(nofid_fd, FAN_MARK_ADD, FAN_CLOSE_WRITE, AT_FDCWD, in do_setup()