Home
last modified time | relevance | path

Searched refs:MS_NOSEC (Results 1 – 6 of 6) 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.h44 #define MS_NOSEC (1<<28) macro
/external/crosvm/io_uring/src/
Dbindings.rs110 pub const MS_NOSEC: ::std::os::raw::c_uint = 268435456; constant
/external/rust/crates/nix/
DCHANGELOG.md694 - Removed `MS_VERBOSE`, `MS_NOSEC`, and `MS_BORN` from `MsFlags`. These
/external/strace/
DChangeLog47108 mount: decode MS_NOSEC.
47109 * system.c (MS_NOSEC): Define.
47110 (mount_flags): Add MS_NOSEC.