Home
last modified time | relevance | path

Searched refs:MS_NOREMOTELOCK (Results 1 – 5 of 5) 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.h43 #define MS_NOREMOTELOCK (1<<27) macro
/external/crosvm/io_uring/src/
Dbindings.rs109 pub const MS_NOREMOTELOCK: ::std::os::raw::c_uint = 134217728; constant
/external/strace/
DChangeLog23375 * xlat/mount_flags.in: Add MS_NOREMOTELOCK introduced