Lines Matching refs:md_s
236 static LIST_HEAD(, md_s) md_softc_list = LIST_HEAD_INITIALIZER(md_softc_list);
249 struct md_s { struct
251 LIST_ENTRY(md_s) list; argument
267 int (*start)(struct md_s *sc, struct bio *bp); argument
334 destroy_indir(struct md_s *sc, struct indir *ip) in destroy_indir()
471 struct md_s *sc; in g_md_access()
495 struct md_s *sc; in g_md_start()
656 mdstart_malloc(struct md_s *sc, struct bio *bp) in mdstart_malloc()
867 mdstart_preload(struct md_s *sc, struct bio *bp) in mdstart_preload()
896 mdstart_vnode(struct md_s *sc, struct bio *bp) in mdstart_vnode()
1040 mdstart_swap(struct md_s *sc, struct bio *bp) in mdstart_swap()
1190 mdstart_null(struct md_s *sc, struct bio *bp) in mdstart_null()
1206 md_handleattr(struct md_s *sc, struct bio *bp) in md_handleattr()
1225 struct md_s *sc; in md_kthread()
1271 static struct md_s *
1274 struct md_s *sc; in mdfind()
1283 static struct md_s *
1286 struct md_s *sc; in mdnew()
1319 mdinit(struct md_s *sc) in mdinit()
1361 mdcreate_malloc(struct md_s *sc, struct md_req *mdr) in mdcreate_malloc()
1402 mdsetcred(struct md_s *sc, struct ucred *cred) in mdsetcred()
1443 mdcreate_vnode(struct md_s *sc, struct md_req *mdr, struct thread *td) in mdcreate_vnode()
1529 struct md_s *sc = pp->geom->softc; in g_md_providergone()
1538 mddestroy(struct md_s *sc, struct thread *td) in mddestroy()
1601 mdresize(struct md_s *sc, struct md_req *mdr) in mdresize()
1660 mdcreate_swap(struct md_s *sc, struct md_req *mdr, struct thread *td) in mdcreate_swap()
1706 mdcreate_null(struct md_s *sc, struct md_req *mdr, struct thread *td) in mdcreate_null()
1722 struct md_s *sc; in kern_mdattach_locked()
1814 struct md_s *sc; in kern_mddetach_locked()
1845 struct md_s *sc; in kern_mdresize_locked()
1879 struct md_s *sc; in kern_mdquery_locked()
2048 struct md_s *sc; in md_preloaded()
2158 struct md_s *mp; in g_md_dumpconf()