Home
last modified time | relevance | path

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

/external/strace/xlat/
Dinotify_flags.h125 #if defined(IN_EXCL_UNLINK) || (defined(HAVE_DECL_IN_EXCL_UNLINK) && HAVE_DECL_IN_EXCL_UNLINK)
127 static_assert((IN_EXCL_UNLINK) == (0x04000000), "IN_EXCL_UNLINK != 0x04000000");
130 # define IN_EXCL_UNLINK 0x04000000
188 XLAT(IN_EXCL_UNLINK),
Dinotify_flags.in18 IN_EXCL_UNLINK 0x04000000
/external/kernel-headers/original/uapi/linux/
Dinotify.h55 #define IN_EXCL_UNLINK 0x04000000 /* exclude events on unlinked objects */ macro