Home
last modified time | relevance | path

Searched refs:IN_EXCL_UNLINK (Results 1 – 3 of 3) sorted by relevance

/external/strace/xlat/
Dinotify_flags.h53 #if !(defined(IN_EXCL_UNLINK) || (defined(HAVE_DECL_IN_EXCL_UNLINK) && HAVE_DECL_IN_EXCL_UNLINK))
54 # define IN_EXCL_UNLINK 0x04000000 macro
91 XLAT(IN_EXCL_UNLINK),
Dinotify_flags.in18 IN_EXCL_UNLINK 0x04000000
/external/kernel-headers/original/uapi/linux/
Dinotify.h54 #define IN_EXCL_UNLINK 0x04000000 /* exclude events on unlinked objects */ macro