Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dmdioctl.h89 #define MD_MUSTDEALLOC 0x200 /* BIO_DELETE only if dealloc is available */ macro
/freebsd/sbin/mdconfig/
H A Dmdconfig.c203 mdio.md_options |= MD_MUSTDEALLOC; in main()
205 mdio.md_options &= ~MD_MUSTDEALLOC; in main()
460 if (mdiox.md_options & MD_MUSTDEALLOC) { in print_options()
/freebsd/sys/dev/md/
H A Dmd.c1448 if ((mdr->md_options & MD_MUSTDEALLOC) != 0) { in mdcreate_vnode()
1473 MD_VERIFY | MD_MUSTDEALLOC); in mdcreate_vnode()