Home
last modified time | relevance | path

Searched refs:TMPFS_MAGIC (Results 1 – 21 of 21) sorted by relevance

/external/ltp/testcases/kernel/security/integrity/ima/policy/
Dmeasure.policy10 # TMPFS_MAGIC
Dmeasure.policy-invalid10 # TMPFS_MAGIC
/external/libchrome/base/files/
Dfile_util_linux.cc55 case TMPFS_MAGIC: in GetFileSystemType()
/external/iproute2/include/uapi/linux/
Dmagic.h17 #define TMPFS_MAGIC 0x01021994 macro
/external/kernel-headers/original/uapi/linux/
Dmagic.h17 #define TMPFS_MAGIC 0x01021994 macro
/external/libchrome/libchrome_tools/patch/
Dstatfs_f_type.patch38 case TMPFS_MAGIC:
/external/strace/xlat/
Dfsmagic.in36 { 0x01021994, "TMPFS_MAGIC" },
/external/libchrome/base/
Dsys_info_posix.cc97 case TMPFS_MAGIC: in IsStatsZeroIfUnlimited()
/external/selinux/libselinux/src/
Dselinux_restorecon.c895 if (sfsb.f_type == RAMFS_MAGIC || sfsb.f_type == TMPFS_MAGIC) in selinux_restorecon()
1176 sfsb.f_type == TMPFS_MAGIC) in selinux_restorecon_xattr()
1211 sfsb.f_type == TMPFS_MAGIC) in selinux_restorecon_xattr()
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_mipsle.go2063 TMPFS_MAGIC = 0x1021994 const
Dzerrors_linux_s390x.go2121 TMPFS_MAGIC = 0x1021994 const
Dzerrors_linux_arm.go2067 TMPFS_MAGIC = 0x1021994 const
Dzerrors_linux_ppc64le.go2121 TMPFS_MAGIC = 0x1021994 const
Dzerrors_linux_mips64.go2063 TMPFS_MAGIC = 0x1021994 const
Dzerrors_linux_ppc64.go2121 TMPFS_MAGIC = 0x1021994 const
Dzerrors_linux_amd64.go2061 TMPFS_MAGIC = 0x1021994 const
Dzerrors_linux_mips64le.go2063 TMPFS_MAGIC = 0x1021994 const
Dzerrors_linux_386.go2060 TMPFS_MAGIC = 0x1021994 const
Dzerrors_linux_mips.go2063 TMPFS_MAGIC = 0x1021994 const
Dzerrors_linux_arm64.go2052 TMPFS_MAGIC = 0x1021994 const
/external/selinux/libselinux/src/android/
Dandroid_platform.c1653 if (sfsb.f_type == RAMFS_MAGIC || sfsb.f_type == TMPFS_MAGIC) in selinux_android_restorecon_common()