Home
last modified time | relevance | path

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

/external/strace/xlat/
Dumount_flags.h4 #if defined(MNT_FORCE) || (defined(HAVE_DECL_MNT_FORCE) && HAVE_DECL_MNT_FORCE)
5 XLAT(MNT_FORCE),
Dumount_flags.in1 MNT_FORCE
/external/strace/
Dumount.c3 #define MNT_FORCE 0x00000001 /* Attempt to forcibily umount */ macro
DChangeLog-CVS1370 * system.c [LINUX] (MNT_FORCE, MNT_DETACH, MNT_EXPIRE): New macros.
/external/toybox/toys/lsb/
Dumount.c116 if (toys.optflags & FLAG_f) flags |= MNT_FORCE; in umount_main()