Searched refs:MNT_FORCE (Results 1 – 13 of 13) sorted by relevance
/external/strace/xlat/ |
D | umount_flags.h | 6 #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),
|
D | umount_flags.in | 1 MNT_FORCE 1
|
/external/rust/crates/nix/src/ |
D | mount.rs | 51 MNT_FORCE;
|
/external/ltp/testcases/kernel/syscalls/umount2/ |
D | umount2_02.c | 58 {MNT_EXPIRE | MNT_FORCE, EINVAL, 0,
|
/external/toybox/toys/lsb/ |
D | umount.c | 116 if (toys.optflags & FLAG_f) flags |= MNT_FORCE; in umount_main()
|
/external/libfuse/lib/ |
D | mount_bsd.c | 133 unmount(mountpoint, MNT_FORCE); in fuse_kern_unmount()
|
D | mount_util.c | 34 #define umount2(mnt, flags) unmount(mnt, ((flags) == 2) ? MNT_FORCE : 0)
|
D | mount.c | 40 #define umount2(mnt, flags) unmount(mnt, (flags == 2) ? MNT_FORCE : 0)
|
/external/rust/crates/libc/src/unix/bsd/ |
D | mod.rs | 340 pub const MNT_FORCE: ::c_int = 0x80000; constant
|
/external/rust/crates/libc/src/unix/linux_like/ |
D | mod.rs | 1014 pub const MNT_FORCE: ::c_int = 0x1; constant
|
/external/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 1854 pub const MNT_FORCE: ::c_int = 0x1; 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 ...
|