Home
last modified time | relevance | path

Searched refs:CGROUP2_SUPER_MAGIC (Results 1 – 15 of 15) sorted by relevance

/external/iproute2/include/uapi/linux/
Dmagic.h60 #define CGROUP2_SUPER_MAGIC 0x63677270 macro
/external/kernel-headers/original/uapi/linux/
Dmagic.h62 #define CGROUP2_SUPER_MAGIC 0x63677270 macro
/external/strace/xlat/
Dfsmagic.in76 { 0x63677270, "CGROUP2_SUPER_MAGIC" },
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_mips64le.go268 CGROUP2_SUPER_MAGIC = 0x63677270 const
Dzerrors_linux_ppc64.go268 CGROUP2_SUPER_MAGIC = 0x63677270 const
Dzerrors_linux_arm.go268 CGROUP2_SUPER_MAGIC = 0x63677270 const
Dzerrors_linux_mips64.go268 CGROUP2_SUPER_MAGIC = 0x63677270 const
Dzerrors_linux_ppc64le.go268 CGROUP2_SUPER_MAGIC = 0x63677270 const
Dzerrors_linux_arm64.go268 CGROUP2_SUPER_MAGIC = 0x63677270 const
Dzerrors_linux_386.go268 CGROUP2_SUPER_MAGIC = 0x63677270 const
Dzerrors_linux_mips.go268 CGROUP2_SUPER_MAGIC = 0x63677270 const
Dzerrors_linux_s390x.go268 CGROUP2_SUPER_MAGIC = 0x63677270 const
Dzerrors_linux_mipsle.go268 CGROUP2_SUPER_MAGIC = 0x63677270 const
Dzerrors_linux_amd64.go268 CGROUP2_SUPER_MAGIC = 0x63677270 const
/external/strace/
DChangeLog32415 * xlat/fsmagic.in: Add CGROUP2_SUPER_MAGIC and OVERLAYFS_SUPER_MAGIC.