/third_party/ltp/include/lapi/ |
D | mount.h | 21 #ifndef MNT_DETACH 22 #define MNT_DETACH 2 macro
|
/third_party/selinux/libselinux/src/ |
D | load_policy.c | 22 #ifndef MNT_DETACH 23 #define MNT_DETACH 2 macro 313 umount2("/proc", MNT_DETACH); in selinux_init_load_policy() 320 umount2("/proc", MNT_DETACH); in selinux_init_load_policy()
|
/third_party/musl/ndk_musl_include/sys/ |
D | mount.h | 62 #define MNT_DETACH 2 macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | mount.h | 62 #define MNT_DETACH 2 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | mount.h | 62 #define MNT_DETACH 2 macro
|
/third_party/musl/include/sys/ |
D | mount.h | 63 #define MNT_DETACH 2 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
D | mount.h | 63 #define MNT_DETACH 2 macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | mount.h | 62 #define MNT_DETACH 2 macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
D | mount.h | 63 #define MNT_DETACH 2 macro
|
/third_party/toybox/porting/liteos_a/toys/lsb/ |
D | umount.c | 86 if (toys.optflags & FLAG_l) flags |= MNT_DETACH; in umount_main()
|
/third_party/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,
|
/third_party/rust/crates/nix/src/mount/ |
D | linux.rs | 54 MNT_DETACH;
|
/third_party/toybox/toys/lsb/ |
D | umount.c | 117 if (toys.optflags & FLAG_l) flags |= MNT_DETACH; in umount_main()
|
/third_party/toybox/toys/pending/ |
D | bootchartd.c | 131 if (umount2(*target, MNT_DETACH)) perror_exit("Can't unmount tmpfs"); in create_tmp_dir()
|
/third_party/libfuse/lib/ |
D | mount.c | 636 umount2(mountpoint, MNT_DETACH); /* lazy umount */ in fuse_kern_mount()
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | fuchsia.txt | 450 MNT_DETACH
|
D | linux.txt | 1287 MNT_DETACH
|
D | android.txt | 1175 MNT_DETACH
|
/third_party/ltp/lib/ |
D | tst_cgroup.c | 805 if (umount2(root->mnt_path, MNT_DETACH)) in tst_cgroup_cleanup()
|
/third_party/libfuse/util/ |
D | fusermount.c | 1476 umount2(mnt, MNT_DETACH); /* lazy umount */ in main()
|
/third_party/rust/crates/libc/src/unix/linux_like/ |
D | mod.rs | 1071 pub const MNT_DETACH: ::c_int = 0x2; constant
|
/third_party/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 1848 pub const MNT_DETACH: ::c_int = 0x2; constant
|