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

/external/strace/xlat/
H A Dinotify_flags.h26 #if !(defined(IN_CREATE) || (defined(HAVE_DECL_IN_CREATE) && HAVE_DECL_IN_CREATE))
27 # define IN_CREATE 0x00000100 macro
82 XLAT(IN_CREATE),
/external/kernel-headers/original/uapi/linux/
H A Dinotify.h18 * such as IN_CREATE, IN_DELETE, IN_OPEN, IN_CLOSE, ..., relative to the wd.
37 #define IN_CREATE 0x00000100 /* Subfile was created */ macro
66 IN_MOVED_TO | IN_DELETE | IN_CREATE | IN_DELETE_SELF | \
/external/ltp/testcases/kernel/syscalls/utils/
H A Dinotify.h16 * such as IN_CREATE, IN_DELETE, IN_OPEN, IN_CLOSE, ..., relative to the wd.
35 #define IN_CREATE 0x00000100 /* Subfile was created */ macro
63 IN_MOVED_TO | IN_DELETE | IN_CREATE | IN_DELETE_SELF | \

Completed in 137 milliseconds