Home
last modified time | relevance | path

Searched refs:MS_BORN (Results 1 – 6 of 6) sorted by relevance

/external/strace/xlat/
Dmount_flags.h195 #if defined(MS_BORN) || (defined(HAVE_DECL_MS_BORN) && HAVE_DECL_MS_BORN)
197 static_assert((MS_BORN) == ((1<<29)), "MS_BORN != (1<<29)");
200 # define MS_BORN (1<<29)
254 XLAT(MS_BORN),
Dmount_flags.in28 MS_BORN (1<<29)
/external/kernel-headers/original/uapi/linux/
Dmount.h45 #define MS_BORN (1<<29) macro
/external/crosvm/io_uring/src/
Dbindings.rs111 pub const MS_BORN: ::std::os::raw::c_uint = 536870912; constant
/external/rust/crates/nix/
DCHANGELOG.md694 - Removed `MS_VERBOSE`, `MS_NOSEC`, and `MS_BORN` from `MsFlags`. These
/external/strace/
DChangeLog51859 MS_STRICTATIME, MS_BORN): Define.
51861 MS_STRICTATIME, MS_BORN.