Home
last modified time | relevance | path

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

/freebsd-11-stable/sbin/mdconfig/
HDmdconfig.c187 mdio.md_options |= MD_FORCE; in main()
189 mdio.md_options &= ~MD_FORCE; in main()
323 (mdio.md_options & ~(MD_FORCE | MD_AUTOUNIT)) != 0) in main()
326 (mdio.md_options & ~(MD_FORCE | MD_RESERVE | MD_AUTOUNIT)) != 0) in main()
/freebsd-11-stable/sys/sys/
HDmdioctl.h89 #define MD_FORCE 0x20 /* Don't try to prevent foot-shooting */ macro
/freebsd-11-stable/sys/dev/md/
HDmd.c1295 sc->flags = mdio->md_options & (MD_COMPRESS | MD_FORCE); in mdcreate_malloc()
1411 sc->flags = mdio->md_options & (MD_FORCE | MD_ASYNC); in mdcreate_vnode()
1576 sc->flags = mdio->md_options & (MD_FORCE | MD_RESERVE); in mdcreate_swap()
1701 (mdio->md_options & ~MD_FORCE) != 0) in xmdctlioctl()
1707 if (sc->opencount != 0 && !(sc->flags & MD_FORCE) && in xmdctlioctl()
1708 !(mdio->md_options & MD_FORCE)) in xmdctlioctl()
1712 if ((mdio->md_options & ~(MD_FORCE | MD_RESERVE)) != 0) in xmdctlioctl()
1721 !(sc->flags & MD_FORCE) && in xmdctlioctl()
1722 !(mdio->md_options & MD_FORCE)) in xmdctlioctl()