Home
last modified time | relevance | path

Searched refs:IN_CLOSE_NOWRITE (Results 1 – 4 of 4) sorted by relevance

/external/kernel-headers/original/uapi/linux/
Dinotify.h33 #define IN_CLOSE_NOWRITE 0x00000010 /* Unwrittable file closed */ macro
48 #define IN_CLOSE (IN_CLOSE_WRITE | IN_CLOSE_NOWRITE) /* close */
65 IN_CLOSE_NOWRITE | IN_OPEN | IN_MOVED_FROM | \
/external/strace/linux/
Dinotify.h15 #define IN_CLOSE_NOWRITE 0x00000010 /* Unwrittable file closed */ macro
30 #define IN_CLOSE (IN_CLOSE_WRITE | IN_CLOSE_NOWRITE) /* close */
/external/strace/xlat/
Dinotify_flags.h19 #if defined(IN_CLOSE_NOWRITE) || (defined(HAVE_DECL_IN_CLOSE_NOWRITE) && HAVE_DECL_IN_CLOSE_NOWRITE)
20 XLAT(IN_CLOSE_NOWRITE),
Dinotify_flags.in6 IN_CLOSE_NOWRITE