Home
last modified time | relevance | path

Searched refs:MsFlags (Results 1 - 3 of 3) sorted by relevance

/third_party/rust/crates/nix/src/mount/
H A Dlinux.rs7 pub struct MsFlags: c_ulong { structure names
69 flags: MsFlags, in mount()
/third_party/rust/crates/nix/test/
H A Dtest_mount.rs19 use nix::mount::{mount, umount, MsFlags};
38 MsFlags::empty(), in test_mount_tmpfs_without_flags_allows_rwx()
104 MsFlags::MS_RDONLY, in test_mount_rdonly_disallows_write()
129 MsFlags::MS_NOEXEC, in test_mount_noexec_disallows_exec()
182 MsFlags::MS_BIND, in test_mount_bind()
/third_party/rust/crates/nix/src/sys/
H A Dmman.rs336 pub struct MsFlags: c_int { structure names
553 flags: MsFlags, in msync()

Completed in 2 milliseconds