Home
last modified time | relevance | path

Searched refs:MS_POSIXACL (Results 1 – 8 of 8) sorted by relevance

/external/strace/xlat/
Dmount_flags.h104 #if defined(MS_POSIXACL) || (defined(HAVE_DECL_MS_POSIXACL) && HAVE_DECL_MS_POSIXACL)
106 static_assert((MS_POSIXACL) == ((1<<16)), "MS_POSIXACL != (1<<16)");
109 # define MS_POSIXACL (1<<16)
241 XLAT(MS_POSIXACL),
Dmount_flags.in15 MS_POSIXACL (1<<16)
/external/kernel-headers/original/uapi/linux/
Dmount.h30 #define MS_POSIXACL (1<<16) /* VFS does not apply the umask */ macro
/external/rust/crates/nix/src/
Dmount.rs32 MS_POSIXACL;
/external/crosvm/io_uring/src/
Dbindings.rs98 pub const MS_POSIXACL: ::std::os::raw::c_uint = 65536; constant
/external/rust/crates/libc/src/unix/linux_like/
Dmod.rs596 pub const MS_POSIXACL: ::c_ulong = 0x010000; constant
/external/rust/crates/libc/src/fuchsia/
Dmod.rs1550 pub const MS_POSIXACL: ::c_ulong = 0x010000; constant
/external/strace/
DChangeLog-CVS2373 MS_MOVE, MS_REC, MS_VERBOSE, MS_POSIXACL, MS_ACTIVE, MS_NOUSER):