Home
last modified time | relevance | path

Searched refs:MS_I_VERSION (Results 1 – 23 of 23) sorted by relevance

/external/strace/xlat/
Dmount_flags.h153 #if defined(MS_I_VERSION) || (defined(HAVE_DECL_MS_I_VERSION) && HAVE_DECL_MS_I_VERSION)
155 static_assert((MS_I_VERSION) == ((1<<23)), "MS_I_VERSION != (1<<23)");
158 # define MS_I_VERSION (1<<23)
248 XLAT(MS_I_VERSION),
Dmount_flags.in22 MS_I_VERSION (1<<23)
/external/kernel-headers/original/uapi/linux/
Dmount.h34 #define MS_I_VERSION (1<<23) /* Update inode I_version field */ macro
49 #define MS_RMT_MASK (MS_RDONLY|MS_SYNCHRONOUS|MS_MANDLOCK|MS_I_VERSION|\
/external/syzkaller/sys/linux/
Dfilesystem_arm.const7 MS_I_VERSION = 8388608
Dfilesystem_arm64.const7 MS_I_VERSION = 8388608
Dfilesystem_amd64.const7 MS_I_VERSION = 8388608
Dfilesystem_ppc64le.const7 MS_I_VERSION = 8388608
Dfilesystem_386.const7 MS_I_VERSION = 8388608
Dfilesystem.txt574 …OUS, MS_REC, MS_POSIXACL, MS_UNBINDABLE, MS_PRIVATE, MS_SLAVE, MS_SHARED, MS_I_VERSION, MS_LAZYTIME
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_sparc64.go815 MS_I_VERSION = 0x800000 const
Dzerrors_linux_mipsle.go1010 MS_I_VERSION = 0x800000 const
Dzerrors_linux_s390x.go1009 MS_I_VERSION = 0x800000 const
Dzerrors_linux_arm.go1009 MS_I_VERSION = 0x800000 const
Dzerrors_linux_ppc64le.go1009 MS_I_VERSION = 0x800000 const
Dzerrors_linux_mips64.go1010 MS_I_VERSION = 0x800000 const
Dzerrors_linux_ppc64.go1009 MS_I_VERSION = 0x800000 const
Dzerrors_linux_amd64.go1011 MS_I_VERSION = 0x800000 const
Dzerrors_linux_mips64le.go1010 MS_I_VERSION = 0x800000 const
Dzerrors_linux_386.go1011 MS_I_VERSION = 0x800000 const
Dzerrors_linux_mips.go1010 MS_I_VERSION = 0x800000 const
Dzerrors_linux_arm64.go1012 MS_I_VERSION = 0x800000 const
/external/u-boot/fs/ubifs/
Dubifs.h498 #define MS_I_VERSION (1<<23) /* Update inode I_version field */ macro
/external/strace/
DChangeLog51858 * system.c (MS_RELATIME, MS_KERNMOUNT, MS_I_VERSION,
51860 (mount_flags): Add MS_RELATIME, MS_KERNMOUNT, MS_I_VERSION,