Lines Matching refs:mount
4 // use of user and mount namespaces. On systems that allow unprivileged user
19 use nix::mount::{mount, umount, MsFlags};
34 mount(
41 .unwrap_or_else(|e| panic!("mount failed: {}", e));
100 mount(
107 .unwrap_or_else(|e| panic!("mount failed: {}", e));
125 mount(
132 .unwrap_or_else(|e| panic!("mount failed: {}", e));
178 mount(
185 .unwrap_or_else(|e| panic!("mount failed: {}", e));
199 // Verify the file written in the mount shows up in source directory, even
219 writeln!(handle, "mount is not being tested").unwrap();