Home
last modified time | relevance | path

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

/freebsd/sbin/mdconfig/
H A Dmdconfig.c156 mdio.md_options |= MD_AUTOUNIT | MD_COMPRESS; in main()
159 mdio.md_options |= MD_AUTOUNIT | MD_COMPRESS; in main()
162 mdio.md_options |= MD_AUTOUNIT | MD_COMPRESS; in main()
165 mdio.md_options |= MD_AUTOUNIT | MD_COMPRESS; in main()
195 mdio.md_options |= MD_COMPRESS; in main()
197 mdio.md_options &= ~MD_COMPRESS; in main()
290 mdio.md_options |= MD_AUTOUNIT | MD_COMPRESS; in main()
294 mdio.md_options |= MD_AUTOUNIT | MD_COMPRESS; in main()
440 if (mdiox.md_options & MD_COMPRESS) { in print_options()
/freebsd/sys/sys/
H A Dmdioctl.h84 #define MD_COMPRESS 0x10 /* Compression mode */ macro
/freebsd/sys/dev/md/
H A Dmd.c722 if (sc->flags & MD_COMPRESS) { in mdstart_malloc()
1337 if (mdr->md_options & ~(MD_AUTOUNIT | MD_COMPRESS | MD_RESERVE)) in mdcreate_malloc()
1343 mdr->md_options &= ~MD_COMPRESS; in mdcreate_malloc()
1348 sc->flags = mdr->md_options & (MD_COMPRESS | MD_FORCE | MD_RESERVE); in mdcreate_malloc()
2147 (mp->flags & MD_COMPRESS) == 0 ? "off": "on"); in g_md_dumpconf()
/freebsd/tests/sys/aio/
H A Daio_test.c805 mdio.md_options = MD_AUTOUNIT | MD_COMPRESS; in aio_md_setup()