Home
last modified time | relevance | path

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

/NextBSD/sbin/mdconfig/
HDmdconfig.c151 mdio.md_options |= MD_AUTOUNIT | MD_COMPRESS; in main()
154 mdio.md_options |= MD_CLUSTER | MD_AUTOUNIT | MD_COMPRESS; in main()
157 mdio.md_options |= MD_CLUSTER | MD_AUTOUNIT | MD_COMPRESS; in main()
160 mdio.md_options |= MD_CLUSTER | MD_AUTOUNIT | MD_COMPRESS; in main()
181 mdio.md_options |= MD_COMPRESS; in main()
183 mdio.md_options &= ~MD_COMPRESS; in main()
262 MD_COMPRESS; in main()
267 MD_COMPRESS; in main()
/NextBSD/sys/sys/
HDmdioctl.h88 #define MD_COMPRESS 0x10 /* Compression mode */ macro
/NextBSD/sys/dev/md/
HDmd.c674 if (sc->flags & MD_COMPRESS) { in mdstart_malloc()
1261 if (mdio->md_options & ~(MD_AUTOUNIT | MD_COMPRESS | MD_RESERVE)) in mdcreate_malloc()
1267 mdio->md_options &= ~MD_COMPRESS; in mdcreate_malloc()
1272 sc->flags = mdio->md_options & (MD_COMPRESS | MD_FORCE); in mdcreate_malloc()
1857 (mp->flags & MD_COMPRESS) == 0 ? "off": "on"); in g_md_dumpconf()
/NextBSD/tests/sys/aio/
HDaio_test.c618 mdio.md_options = MD_AUTOUNIT | MD_COMPRESS; in ATF_TC_BODY()