Home
last modified time | relevance | path

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

/freebsd-12-stable/sbin/mdconfig/
Dmdconfig.c155 mdio.md_options |= MD_AUTOUNIT | MD_COMPRESS; in main()
158 mdio.md_options |= MD_CLUSTER | MD_AUTOUNIT | MD_COMPRESS; in main()
161 mdio.md_options |= MD_CLUSTER | MD_AUTOUNIT | MD_COMPRESS; in main()
164 mdio.md_options |= MD_CLUSTER | MD_AUTOUNIT | MD_COMPRESS; in main()
185 mdio.md_options |= MD_COMPRESS; in main()
187 mdio.md_options &= ~MD_COMPRESS; in main()
273 MD_COMPRESS; in main()
278 MD_COMPRESS; in main()
/freebsd-12-stable/sys/sys/
Dmdioctl.h91 #define MD_COMPRESS 0x10 /* Compression mode */ macro
/freebsd-12-stable/sys/dev/md/
Dmd.c728 if (sc->flags & MD_COMPRESS) { in mdstart_malloc()
1352 if (mdr->md_options & ~(MD_AUTOUNIT | MD_COMPRESS | MD_RESERVE)) in mdcreate_malloc()
1358 mdr->md_options &= ~MD_COMPRESS; in mdcreate_malloc()
1363 sc->flags = mdr->md_options & (MD_COMPRESS | MD_FORCE); in mdcreate_malloc()
2201 (mp->flags & MD_COMPRESS) == 0 ? "off": "on"); in g_md_dumpconf()
/freebsd-12-stable/tests/sys/aio/
Daio_test.c678 mdio.md_options = MD_AUTOUNIT | MD_COMPRESS; in aio_md_test()