Home
last modified time | relevance | path

Searched refs:MS_KERNMOUNT (Results 1 – 17 of 17) sorted by relevance

/external/strace/xlat/
Dmount_flags.h146 #if defined(MS_KERNMOUNT) || (defined(HAVE_DECL_MS_KERNMOUNT) && HAVE_DECL_MS_KERNMOUNT)
148 static_assert((MS_KERNMOUNT) == ((1<<22)), "MS_KERNMOUNT != (1<<22)");
151 # define MS_KERNMOUNT (1<<22)
247 XLAT(MS_KERNMOUNT),
Dmount_flags.in21 MS_KERNMOUNT (1<<22)
/external/kernel-headers/original/uapi/linux/
Dmount.h33 #define MS_KERNMOUNT (1<<22) /* this is a kern_mount call */ macro
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_sparc64.go816 MS_KERNMOUNT = 0x400000 const
Dzerrors_linux_mipsle.go1011 MS_KERNMOUNT = 0x400000 const
Dzerrors_linux_s390x.go1010 MS_KERNMOUNT = 0x400000 const
Dzerrors_linux_arm.go1010 MS_KERNMOUNT = 0x400000 const
Dzerrors_linux_ppc64le.go1010 MS_KERNMOUNT = 0x400000 const
Dzerrors_linux_mips64.go1011 MS_KERNMOUNT = 0x400000 const
Dzerrors_linux_ppc64.go1010 MS_KERNMOUNT = 0x400000 const
Dzerrors_linux_amd64.go1012 MS_KERNMOUNT = 0x400000 const
Dzerrors_linux_mips64le.go1011 MS_KERNMOUNT = 0x400000 const
Dzerrors_linux_386.go1012 MS_KERNMOUNT = 0x400000 const
Dzerrors_linux_mips.go1011 MS_KERNMOUNT = 0x400000 const
Dzerrors_linux_arm64.go1013 MS_KERNMOUNT = 0x400000 const
/external/u-boot/fs/ubifs/
Dubifs.h497 #define MS_KERNMOUNT (1<<22) /* this is a kern_mount call */ macro
/external/strace/
DChangeLog51858 * system.c (MS_RELATIME, MS_KERNMOUNT, MS_I_VERSION,
51860 (mount_flags): Add MS_RELATIME, MS_KERNMOUNT, MS_I_VERSION,