Home
last modified time | relevance | path

Searched refs:IN_MOVE_SELF (Results 1 – 6 of 6) sorted by relevance

/external/strace/xlat/
Dinotify_flags.h35 #if !(defined(IN_MOVE_SELF) || (defined(HAVE_DECL_IN_MOVE_SELF) && HAVE_DECL_IN_MOVE_SELF))
36 # define IN_MOVE_SELF 0x00000800 macro
85 XLAT(IN_MOVE_SELF),
Dinotify_flags.in12 IN_MOVE_SELF 0x00000800
/external/ltp/testcases/kernel/syscalls/inotify/
DREADME33 rename yourself IN_MOVE_SELF
36 rename back IN_MOVE_SELF
38 IN_MOVE_SELF events will be coalesced into a single one.
Dinotify02.c48 #ifndef IN_MOVE_SELF
49 #define IN_MOVE_SELF 0x00000800 macro
146 event_set[tst_count].mask = IN_MOVE_SELF; in main()
174 event_set[tst_count].mask = IN_MOVE_SELF; in main()
/external/kernel-headers/original/uapi/linux/
Dinotify.h40 #define IN_MOVE_SELF 0x00000800 /* Self was moved */ macro
67 IN_MOVE_SELF)
/external/ltp/testcases/kernel/syscalls/utils/
Dinotify.h38 #define IN_MOVE_SELF 0x00000800 /* Self was moved */ macro
64 IN_MOVE_SELF)