Home
last modified time | relevance | path

Searched refs:IN_MOVE_SELF (Results 1 – 24 of 24) 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.c48 #ifndef IN_MOVE_SELF
49 #define IN_MOVE_SELF 0x00000800 macro
120 event_set[test_cnt].mask = IN_MOVE_SELF; in verify_inotify()
139 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/syzkaller/sys/linux/
Dsys_386.const192 IN_MOVE_SELF = 2048
Dsys_amd64.const192 IN_MOVE_SELF = 2048
Dsys_ppc64le.const192 IN_MOVE_SELF = 2048
Dsys_arm.const192 IN_MOVE_SELF = 2048
Dsys_arm64.const192 IN_MOVE_SELF = 2048
Dsys.txt981 …E, IN_CLOSE_NOWRITE, IN_CREATE, IN_DELETE, IN_DELETE_SELF, IN_MODIFY, IN_MOVE_SELF, IN_MOVED_FROM,…
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_sparc64.go579 IN_MOVE_SELF = 0x800 const
Dzerrors_linux_mips64le.go710 IN_MOVE_SELF = 0x800 const
Dzerrors_linux_ppc64.go710 IN_MOVE_SELF = 0x800 const
Dzerrors_linux_arm.go710 IN_MOVE_SELF = 0x800 const
Dzerrors_linux_mips64.go710 IN_MOVE_SELF = 0x800 const
Dzerrors_linux_ppc64le.go710 IN_MOVE_SELF = 0x800 const
Dzerrors_linux_arm64.go713 IN_MOVE_SELF = 0x800 const
Dzerrors_linux_386.go711 IN_MOVE_SELF = 0x800 const
Dzerrors_linux_mips.go710 IN_MOVE_SELF = 0x800 const
Dzerrors_linux_s390x.go710 IN_MOVE_SELF = 0x800 const
Dzerrors_linux_mipsle.go710 IN_MOVE_SELF = 0x800 const
Dzerrors_linux_amd64.go711 IN_MOVE_SELF = 0x800 const