Home
last modified time | relevance | path

Searched refs:MNT_DETACH (Results 1 - 19 of 19) sorted by relevance

/third_party/ltp/include/lapi/
H A Dmount.h24 #ifndef MNT_DETACH
25 # define MNT_DETACH 2 macro
/third_party/selinux/libselinux/src/
H A Dload_policy.c22 #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/porting/liteos_a_newlib/kernel/include/sys/
H A Dmount.h63 #define MNT_DETACH 2 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dmount.h62 #define MNT_DETACH 2 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dmount.h62 #define MNT_DETACH 2 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dmount.h63 #define MNT_DETACH 2 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dmount.h62 #define MNT_DETACH 2 macro
/third_party/musl/include/sys/
H A Dmount.h63 #define MNT_DETACH 2 macro
/third_party/ltp/testcases/kernel/syscalls/umount2/
H A Dumount2_02.c12 * - EINVAL when flag is specified with either MNT_FORCE or MNT_DETACH
45 {FLAG_EXP_ERRNO_DESC(MNT_EXPIRE | MNT_DETACH, EINVAL, ""), MNTPOINT, 0},
H A Dumount2_01.c19 * Test for feature MNT_DETACH of umount2().
98 TEST(umount2(MNTPOINT, MNT_DETACH)); in umount2_verify()
111 tst_resm(TFAIL, "umount2(2) MNT_DETACH flag " in umount2_verify()
134 tst_resm(TFAIL, "umount2(2) MNT_DETACH flag " in umount2_verify()
/third_party/toybox/porting/liteos_a/toys/lsb/
H A Dumount.c86 if (toys.optflags & FLAG_l) flags |= MNT_DETACH; in umount_main()
/third_party/toybox/toys/lsb/
H A Dumount.c117 if (toys.optflags & FLAG_l) flags |= MNT_DETACH; in umount_main()
/third_party/rust/crates/nix/src/mount/
H A Dlinux.rs54 MNT_DETACH;
/third_party/toybox/toys/pending/
H A Dbootchartd.c131 if (umount2(*target, MNT_DETACH)) perror_exit("Can't unmount tmpfs"); in create_tmp_dir()
/third_party/libfuse/lib/
H A Dmount.c636 umount2(mountpoint, MNT_DETACH); /* lazy umount */ in fuse_kern_mount()
/third_party/ltp/lib/
H A Dtst_cgroup.c1034 if (umount2(root->mnt_path, MNT_DETACH)) in tst_cg_cleanup()
/third_party/libfuse/util/
H A Dfusermount.c1477 umount2(mnt, MNT_DETACH); /* lazy umount */ in main()
/third_party/rust/crates/libc/src/unix/linux_like/
H A Dmod.rs1071 pub const MNT_DETACH: ::c_int = 0x2; consts
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs1848 pub const MNT_DETACH: ::c_int = 0x2; consts

Completed in 25 milliseconds