Home
last modified time | relevance | path

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

/external/strace/xlat/
Dmount_flags.h188 #if defined(MS_NOSEC) || (defined(HAVE_DECL_MS_NOSEC) && HAVE_DECL_MS_NOSEC)
190 static_assert((MS_NOSEC) == ((1<<28)), "MS_NOSEC != (1<<28)");
193 # define MS_NOSEC (1<<28)
253 XLAT(MS_NOSEC),
Dmount_flags.in27 MS_NOSEC (1<<28)
/external/kernel-headers/original/uapi/linux/
Dmount.h41 #define MS_NOSEC (1<<28) macro
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_mipsle.go1022 MS_NOSEC = 0x10000000 const
Dzerrors_linux_s390x.go1021 MS_NOSEC = 0x10000000 const
Dzerrors_linux_arm.go1021 MS_NOSEC = 0x10000000 const
Dzerrors_linux_ppc64le.go1021 MS_NOSEC = 0x10000000 const
Dzerrors_linux_mips64.go1022 MS_NOSEC = 0x10000000 const
Dzerrors_linux_ppc64.go1021 MS_NOSEC = 0x10000000 const
Dzerrors_linux_amd64.go1023 MS_NOSEC = 0x10000000 const
Dzerrors_linux_mips64le.go1022 MS_NOSEC = 0x10000000 const
Dzerrors_linux_386.go1023 MS_NOSEC = 0x10000000 const
Dzerrors_linux_mips.go1022 MS_NOSEC = 0x10000000 const
Dzerrors_linux_arm64.go1024 MS_NOSEC = 0x10000000 const
/external/strace/
DChangeLog47108 mount: decode MS_NOSEC.
47109 * system.c (MS_NOSEC): Define.
47110 (mount_flags): Add MS_NOSEC.