Searched refs:IN_MOVE_SELF (Results 1 – 24 of 24) sorted by relevance
/external/strace/xlat/ |
D | inotify_flags.h | 83 #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),
|
D | inotify_flags.in | 12 IN_MOVE_SELF 0x00000800
|
/external/ltp/testcases/kernel/syscalls/inotify/ |
D | README | 33 rename yourself IN_MOVE_SELF 36 rename back IN_MOVE_SELF 38 IN_MOVE_SELF events will be coalesced into a single one.
|
D | inotify02.c | 48 #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/ |
D | inotify.h | 41 #define IN_MOVE_SELF 0x00000800 /* Self was moved */ macro 69 IN_MOVE_SELF)
|
/external/ltp/testcases/kernel/syscalls/utils/ |
D | inotify.h | 38 #define IN_MOVE_SELF 0x00000800 /* Self was moved */ macro 64 IN_MOVE_SELF)
|
/external/syzkaller/sys/linux/ |
D | sys_386.const | 192 IN_MOVE_SELF = 2048
|
D | sys_amd64.const | 192 IN_MOVE_SELF = 2048
|
D | sys_ppc64le.const | 192 IN_MOVE_SELF = 2048
|
D | sys_arm.const | 192 IN_MOVE_SELF = 2048
|
D | sys_arm64.const | 192 IN_MOVE_SELF = 2048
|
D | sys.txt | 981 …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/ |
D | zerrors_linux_sparc64.go | 579 IN_MOVE_SELF = 0x800 const
|
D | zerrors_linux_mips64le.go | 710 IN_MOVE_SELF = 0x800 const
|
D | zerrors_linux_ppc64.go | 710 IN_MOVE_SELF = 0x800 const
|
D | zerrors_linux_arm.go | 710 IN_MOVE_SELF = 0x800 const
|
D | zerrors_linux_mips64.go | 710 IN_MOVE_SELF = 0x800 const
|
D | zerrors_linux_ppc64le.go | 710 IN_MOVE_SELF = 0x800 const
|
D | zerrors_linux_arm64.go | 713 IN_MOVE_SELF = 0x800 const
|
D | zerrors_linux_386.go | 711 IN_MOVE_SELF = 0x800 const
|
D | zerrors_linux_mips.go | 710 IN_MOVE_SELF = 0x800 const
|
D | zerrors_linux_s390x.go | 710 IN_MOVE_SELF = 0x800 const
|
D | zerrors_linux_mipsle.go | 710 IN_MOVE_SELF = 0x800 const
|
D | zerrors_linux_amd64.go | 711 IN_MOVE_SELF = 0x800 const
|