Searched defs:IN_OPEN (Results 1 - 3 of 3) sorted by relevance

/external/strace/xlat/
H A Dinotify_flags.h17 #if !(defined(IN_OPEN) || (defined(HAVE_DECL_IN_OPEN) && HAVE_DECL_IN_OPEN))
18 # define IN_OPEN 0x00000020 macro
79 XLAT(IN_OPEN),
/external/kernel-headers/original/uapi/linux/
H A Dinotify.h19 * such as IN_CREATE, IN_DELETE, IN_OPEN, IN_CLOSE, ..., relative to the wd.
35 #define IN_OPEN 0x00000020 /* File was opened */ macro
66 IN_CLOSE_NOWRITE | IN_OPEN | IN_MOVED_FROM | \
/external/ltp/testcases/kernel/syscalls/utils/
H A Dinotify.h16 * such as IN_CREATE, IN_DELETE, IN_OPEN, IN_CLOSE, ..., relative to the wd.
32 #define IN_OPEN 0x00000020 /* File was opened */ macro
62 IN_CLOSE_NOWRITE | IN_OPEN | IN_MOVED_FROM | \

Completed in 163 milliseconds