Searched refs:MD_READONLY (Results 1 – 5 of 5) sorted by relevance
207 mdio.md_options |= MD_READONLY; in main()209 mdio.md_options &= ~MD_READONLY; in main()211 mdio.md_options |= MD_READONLY; in main()213 mdio.md_options &= ~MD_READONLY; in main()313 if ((mdio.md_options & MD_READONLY) == 0 && in main()319 mdio.md_options |= MD_READONLY; in main()448 if (mdiox.md_options & MD_READONLY) { in print_options()
83 #define MD_READONLY 0x08 /* Readonly mode */ macro
376 if ((mdio.md_options & MD_READONLY) == MD_READONLY) in disk_OS_get_MD_disks()
465 if ((sc->flags & MD_READONLY) != 0 && w > 0) in g_md_access()1442 flags = FREAD | ((mdr->md_options & MD_READONLY) ? 0 : FWRITE) \ in mdcreate_vnode()1483 sc->flags |= MD_READONLY; in mdcreate_vnode()1542 (void)vn_close(sc->vnode, sc->flags & MD_READONLY ? in mddestroy()2025 sc->flags |= MD_READONLY; in md_preloaded()2153 (mp->flags & MD_READONLY) == 0 ? "read-write": in g_md_dumpconf()
615 mdio->md_options = MD_AUTOUNIT | MD_READONLY; in parse_dir_md()