HomeSort by relevance Sort by last modified time
    Searched refs:MS_NOREMOTELOCK (Results 1 - 14 of 14) sorted by null

  /bionic/libc/kernel/uapi/linux/
mount.h 47 #define MS_NOREMOTELOCK (1 << 27)
  /external/kernel-headers/original/uapi/linux/
mount.h 40 #define MS_NOREMOTELOCK (1<<27)
  /external/strace/xlat/
mount_flags.h 181 #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),
  /external/syzkaller/vendor/golang.org/x/sys/unix/
zerrors_linux_386.go     [all...]
zerrors_linux_amd64.go     [all...]
zerrors_linux_arm.go     [all...]
zerrors_linux_arm64.go     [all...]
zerrors_linux_mips.go     [all...]
zerrors_linux_mips64.go     [all...]
zerrors_linux_mips64le.go     [all...]
zerrors_linux_mipsle.go     [all...]
zerrors_linux_ppc64.go     [all...]
zerrors_linux_ppc64le.go     [all...]
zerrors_linux_s390x.go     [all...]

Completed in 5939 milliseconds