Searched refs:MNT_FORCE (Results 1 – 5 of 5) sorted by relevance
4 #if defined(MNT_FORCE) || (defined(HAVE_DECL_MNT_FORCE) && HAVE_DECL_MNT_FORCE)5 XLAT(MNT_FORCE),
1 MNT_FORCE
3 #define MNT_FORCE 0x00000001 /* Attempt to forcibily umount */ macro
1370 * system.c [LINUX] (MNT_FORCE, MNT_DETACH, MNT_EXPIRE): New macros.
116 if (toys.optflags & FLAG_f) flags |= MNT_FORCE; in umount_main()