Home
last modified time | relevance | path

Searched refs:MD_FORCE (Results 1 – 4 of 4) sorted by relevance

/freebsd/sbin/mdconfig/
H A Dmdconfig.c199 mdio.md_options |= MD_FORCE; in main()
201 mdio.md_options &= ~MD_FORCE; in main()
348 (mdio.md_options & ~(MD_FORCE | MD_AUTOUNIT)) != 0) in main()
351 (mdio.md_options & ~(MD_FORCE | MD_RESERVE | MD_AUTOUNIT)) != 0) in main()
444 if (mdiox.md_options & MD_FORCE) { in print_options()
/freebsd/sys/sys/
H A Dmdioctl.h85 #define MD_FORCE 0x20 /* Don't try to prevent foot-shooting */ macro
/freebsd/sys/dev/md/
H A Dmd.c1379 sc->flags = mdr->md_options & (MD_COMPRESS | MD_FORCE | MD_RESERVE); in mdcreate_malloc()
1504 sc->flags = mdr->md_options & (MD_ASYNC | MD_CACHE | MD_FORCE | in mdcreate_vnode()
1689 sc->flags = mdr->md_options & (MD_FORCE | MD_RESERVE); in mdcreate_swap()
1819 (mdr->md_options & ~MD_FORCE) != 0) in kern_mddetach_locked()
1825 if (sc->opencount != 0 && !(sc->flags & MD_FORCE) && in kern_mddetach_locked()
1826 !(mdr->md_options & MD_FORCE)) in kern_mddetach_locked()
1849 if ((mdr->md_options & ~(MD_FORCE | MD_RESERVE)) != 0) in kern_mdresize_locked()
1859 !(sc->flags & MD_FORCE) && in kern_mdresize_locked()
1860 !(mdr->md_options & MD_FORCE)) in kern_mdresize_locked()
/freebsd/sbin/umount/
H A Dumount.c684 mdio.md_options = fflag ? MD_FORCE : 0; in md_detach()