Home
last modified time | relevance | path

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

/external/strace/xlat/
Dfan_event_flags.h8 #if !(defined(FAN_CLOSE_WRITE) || (defined(HAVE_DECL_FAN_CLOSE_WRITE) && HAVE_DECL_FAN_CLOSE_WRITE))
9 # define FAN_CLOSE_WRITE 0x00000008 macro
43 XLAT(FAN_CLOSE_WRITE),
Dfan_event_flags.in3 FAN_CLOSE_WRITE 0x00000008
/external/kernel-headers/original/uapi/linux/
Dfanotify.h9 #define FAN_CLOSE_WRITE 0x00000008 /* Writtable file closed */ macro
23 #define FAN_CLOSE (FAN_CLOSE_WRITE | FAN_CLOSE_NOWRITE) /* close */
/external/ltp/testcases/kernel/syscalls/fanotify/
Dfanotify01.c119 event_set[tst_count] = FAN_CLOSE_WRITE; in main()
172 event_set[tst_count] = FAN_CLOSE_WRITE; in main()
225 event_set[tst_count] = FAN_CLOSE_WRITE; in main()
Dfanotify02.c103 event_set[tst_count] = FAN_CLOSE_WRITE; in main()