Home
last modified time | relevance | path

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

/external/strace/xlat/
Dinotify_flags.h83 #if defined(IN_MOVE_SELF) || (defined(HAVE_DECL_IN_MOVE_SELF) && HAVE_DECL_IN_MOVE_SELF)
85 static_assert((IN_MOVE_SELF) == (0x00000800), "IN_MOVE_SELF != 0x00000800");
88 # define IN_MOVE_SELF 0x00000800
182 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.c29 #ifndef IN_MOVE_SELF
30 #define IN_MOVE_SELF 0x00000800 macro
101 event_set[test_cnt].mask = IN_MOVE_SELF; in verify_inotify()
120 event_set[test_cnt].mask = IN_MOVE_SELF; in verify_inotify()
/external/kernel-headers/original/uapi/linux/
Dinotify.h41 #define IN_MOVE_SELF 0x00000800 /* Self was moved */ macro
69 IN_MOVE_SELF)
/external/ltp/testcases/kernel/syscalls/utils/
Dinotify.h38 #define IN_MOVE_SELF 0x00000800 /* Self was moved */ macro
64 IN_MOVE_SELF)
/external/rust/crates/libc/src/unix/linux_like/android/
Dmod.rs1949 pub const IN_MOVE_SELF: u32 = 0x0000_0800; constant
1973 | IN_MOVE_SELF);
/external/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs2259 pub const IN_MOVE_SELF: u32 = 0x0000_0800; constant
2283 | IN_MOVE_SELF);