Home
last modified time | relevance | path

Searched refs:MNT_FORCE (Results 1 – 13 of 13) sorted by relevance

/external/strace/xlat/
Dumount_flags.h6 #if defined(MNT_FORCE) || (defined(HAVE_DECL_MNT_FORCE) && HAVE_DECL_MNT_FORCE)
8 static_assert((MNT_FORCE) == (1), "MNT_FORCE != 1");
11 # define MNT_FORCE 1
45 XLAT(MNT_FORCE),
Dumount_flags.in1 MNT_FORCE 1
/external/rust/crates/nix/src/
Dmount.rs51 MNT_FORCE;
/external/ltp/testcases/kernel/syscalls/umount2/
Dumount2_02.c58 {MNT_EXPIRE | MNT_FORCE, EINVAL, 0,
/external/toybox/toys/lsb/
Dumount.c116 if (toys.optflags & FLAG_f) flags |= MNT_FORCE; in umount_main()
/external/libfuse/lib/
Dmount_bsd.c133 unmount(mountpoint, MNT_FORCE); in fuse_kern_unmount()
Dmount_util.c34 #define umount2(mnt, flags) unmount(mnt, ((flags) == 2) ? MNT_FORCE : 0)
Dmount.c40 #define umount2(mnt, flags) unmount(mnt, (flags == 2) ? MNT_FORCE : 0)
/external/rust/crates/libc/src/unix/bsd/
Dmod.rs340 pub const MNT_FORCE: ::c_int = 0x80000; constant
/external/rust/crates/libc/src/unix/linux_like/
Dmod.rs1014 pub const MNT_FORCE: ::c_int = 0x1; constant
/external/rust/crates/libc/src/fuchsia/
Dmod.rs1854 pub const MNT_FORCE: ::c_int = 0x1; constant
/external/strace/
DChangeLog-CVS1370 * system.c [LINUX] (MNT_FORCE, MNT_DETACH, MNT_EXPIRE): New macros.
DChangeLog34542 * umount.c (MNT_FORCE, MNT_DETACH, MNT_EXPIRE): Move definitions ...