Lines Matching defs:mdtype
102 enum md_types mdtype; /* The type of our memory disk. */
120 mdtype = MD_SWAP;
173 mdtype = MD_VNODE;
199 mdtype = MD_MALLOC;
345 mdtype = MD_SWAP;
348 if (mdtype != MD_VNODE && !newfs)
355 do_mdconfig_attach_au(mdconfig_arg, mdtype);
357 do_mdconfig_attach(mdconfig_arg, mdtype);
427 do_mdconfig_attach(const char *args, const enum md_types mdtype)
432 switch (mdtype) {
456 do_mdconfig_attach_au(const char *args, const enum md_types mdtype)
468 switch (mdtype) {