Home
last modified time | relevance | path

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

/freebsd-11-stable/sbin/mdconfig/
HDmdconfig.c153 mdio.md_options |= MD_AUTOUNIT | MD_COMPRESS; in main()
156 mdio.md_options |= MD_CLUSTER | MD_AUTOUNIT | MD_COMPRESS; in main()
159 mdio.md_options |= MD_CLUSTER | MD_AUTOUNIT | MD_COMPRESS; in main()
162 mdio.md_options |= MD_CLUSTER | MD_AUTOUNIT | MD_COMPRESS; in main()
183 mdio.md_options |= MD_COMPRESS; in main()
185 mdio.md_options &= ~MD_COMPRESS; in main()
264 MD_COMPRESS; in main()
269 MD_COMPRESS; in main()
/freebsd-11-stable/sys/sys/
HDmdioctl.h88 #define MD_COMPRESS 0x10 /* Compression mode */ macro
/freebsd-11-stable/sys/dev/md/
HDmd.c672 if (sc->flags & MD_COMPRESS) { in mdstart_malloc()
1284 if (mdio->md_options & ~(MD_AUTOUNIT | MD_COMPRESS | MD_RESERVE)) in mdcreate_malloc()
1290 mdio->md_options &= ~MD_COMPRESS; in mdcreate_malloc()
1295 sc->flags = mdio->md_options & (MD_COMPRESS | MD_FORCE); in mdcreate_malloc()
1899 (mp->flags & MD_COMPRESS) == 0 ? "off": "on"); in g_md_dumpconf()
/freebsd-11-stable/tests/sys/aio/
HDaio_test.c679 mdio.md_options = MD_AUTOUNIT | MD_COMPRESS; in aio_md_test()