Home
last modified time | relevance | path

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

/external/strace/xlat/
Dmount_flags.h181 #if defined(MS_NOREMOTELOCK) || (defined(HAVE_DECL_MS_NOREMOTELOCK) && HAVE_DECL_MS_NOREMOTELOCK)
183 static_assert((MS_NOREMOTELOCK) == ((1<<27)), "MS_NOREMOTELOCK != (1<<27)");
186 # define MS_NOREMOTELOCK (1<<27)
252 XLAT(MS_NOREMOTELOCK),
Dmount_flags.in26 MS_NOREMOTELOCK (1<<27)
/external/kernel-headers/original/uapi/linux/
Dmount.h40 #define MS_NOREMOTELOCK (1<<27) macro
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_mipsle.go1021 MS_NOREMOTELOCK = 0x8000000 const
Dzerrors_linux_s390x.go1020 MS_NOREMOTELOCK = 0x8000000 const
Dzerrors_linux_arm.go1020 MS_NOREMOTELOCK = 0x8000000 const
Dzerrors_linux_ppc64le.go1020 MS_NOREMOTELOCK = 0x8000000 const
Dzerrors_linux_mips64.go1021 MS_NOREMOTELOCK = 0x8000000 const
Dzerrors_linux_ppc64.go1020 MS_NOREMOTELOCK = 0x8000000 const
Dzerrors_linux_amd64.go1022 MS_NOREMOTELOCK = 0x8000000 const
Dzerrors_linux_mips64le.go1021 MS_NOREMOTELOCK = 0x8000000 const
Dzerrors_linux_386.go1022 MS_NOREMOTELOCK = 0x8000000 const
Dzerrors_linux_mips.go1021 MS_NOREMOTELOCK = 0x8000000 const
Dzerrors_linux_arm64.go1023 MS_NOREMOTELOCK = 0x8000000 const
/external/strace/
DChangeLog23375 * xlat/mount_flags.in: Add MS_NOREMOTELOCK introduced