Searched refs:MNT_DETACH (Results 1 – 21 of 21) sorted by relevance
/external/strace/xlat/ |
D | umount_flags.h | 13 #if defined(MNT_DETACH) || (defined(HAVE_DECL_MNT_DETACH) && HAVE_DECL_MNT_DETACH) 15 static_assert((MNT_DETACH) == (2), "MNT_DETACH != 2"); 18 # define MNT_DETACH 2 46 XLAT(MNT_DETACH),
|
D | umount_flags.in | 2 MNT_DETACH 2
|
/external/ltp/include/lapi/ |
D | mount.h | 34 #ifndef MNT_DETACH 35 #define MNT_DETACH 2 macro
|
/external/iproute2/include/ |
D | namespace.h | 22 #ifndef MNT_DETACH 23 #define MNT_DETACH 0x00000002 /* Just detach from the tree */ macro
|
/external/selinux/libselinux/src/ |
D | load_policy.c | 22 #ifndef MNT_DETACH 23 #define MNT_DETACH 2 macro 314 umount2("/proc", MNT_DETACH); in hidden_def() 321 umount2("/proc", MNT_DETACH); in hidden_def()
|
/external/libbrillo/brillo/namespaces/ |
D | platform.cc | 44 flags = MNT_DETACH; in Unmount()
|
/external/ltp/testcases/kernel/syscalls/umount2/ |
D | umount2_01.c | 99 TEST(umount2(MNTPOINT, MNT_DETACH)); in umount2_verify()
|
D | umount2_02.c | 60 {MNT_EXPIRE | MNT_DETACH, EINVAL, 0,
|
/external/rust/crates/nix/src/ |
D | mount.rs | 52 MNT_DETACH;
|
/external/iproute2/lib/ |
D | namespace.c | 77 if (umount2("/sys", MNT_DETACH) < 0) { in netns_switch()
|
/external/toybox/toys/lsb/ |
D | umount.c | 117 if (toys.optflags & FLAG_l) flags |= MNT_DETACH; in umount_main()
|
/external/linux-kselftest/tools/testing/selftests/filesystems/binderfs/ |
D | binderfs_test.c | 245 ret = umount2("/dev/binderfs", MNT_DETACH); in __do_binderfs_test()
|
/external/linux-kselftest/tools/testing/selftests/pidfd/ |
D | pidfd_fdinfo_test.c | 221 (void)umount2("/proc", MNT_DETACH); in child_fdinfo_nspid_test()
|
D | pidfd_test.c | 167 (void)umount2("/proc", MNT_DETACH); in test_pidfd_send_signal_recycled_pid_fail()
|
/external/toybox/toys/pending/ |
D | bootchartd.c | 131 if (umount2(*target, MNT_DETACH)) perror_exit("Can't unmount tmpfs"); in create_tmp_dir()
|
/external/minijail/ |
D | libminijail.c | 1529 umount2(dev_path, MNT_DETACH); in mount_dev_cleanup() 1616 if (umount2("/dev", MNT_DETACH)) in mount_dev_finalize() 1800 if (umount2(".", MNT_DETACH)) in enter_pivot_root() 1874 if (!j->flags.userns && umount2(kProcPath, MNT_DETACH)) in remount_proc_readonly()
|
/external/iproute2/ip/ |
D | ipnetns.c | 561 umount2(netns_path, MNT_DETACH); in on_netns_del()
|
/external/rust/crates/libc/src/unix/linux_like/ |
D | mod.rs | 997 pub const MNT_DETACH: ::c_int = 0x2; constant
|
/external/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 1837 pub const MNT_DETACH: ::c_int = 0x2; constant
|
/external/strace/ |
D | ChangeLog-CVS | 1370 * system.c [LINUX] (MNT_FORCE, MNT_DETACH, MNT_EXPIRE): New macros.
|
D | ChangeLog | 34542 * umount.c (MNT_FORCE, MNT_DETACH, MNT_EXPIRE): Move definitions ...
|