Lines Matching defs:md_s
234 static LIST_HEAD(, md_s) md_softc_list = LIST_HEAD_INITIALIZER(md_softc_list);
247 struct md_s {
249 LIST_ENTRY(md_s) list;
265 int (*start)(struct md_s *sc, struct bio *bp);
317 destroy_indir(struct md_s *sc, struct indir *ip)
454 struct md_s *sc;
478 struct md_s *sc;
639 mdstart_malloc(struct md_s *sc, struct bio *bp)
847 mdstart_preload(struct md_s *sc, struct bio *bp)
876 mdstart_vnode(struct md_s *sc, struct bio *bp)
1018 mdstart_swap(struct md_s *sc, struct bio *bp)
1167 mdstart_null(struct md_s *sc, struct bio *bp)
1183 md_handleattr(struct md_s *sc, struct bio *bp)
1202 struct md_s *sc;
1248 static struct md_s *
1251 struct md_s *sc;
1260 static struct md_s *
1263 struct md_s *sc;
1296 mdinit(struct md_s *sc)
1338 mdcreate_malloc(struct md_s *sc, struct md_req *mdr)
1379 mdsetcred(struct md_s *sc, struct ucred *cred)
1420 mdcreate_vnode(struct md_s *sc, struct md_req *mdr, struct thread *td)
1505 struct md_s *sc = pp->geom->softc;
1514 mddestroy(struct md_s *sc, struct thread *td)
1563 mdresize(struct md_s *sc, struct md_req *mdr)
1621 mdcreate_swap(struct md_s *sc, struct md_req *mdr, struct thread *td)
1667 mdcreate_null(struct md_s *sc, struct md_req *mdr, struct thread *td)
1683 struct md_s *sc;
1775 struct md_s *sc;
1806 struct md_s *sc;
1840 struct md_s *sc;
2006 struct md_s *sc;
2094 struct md_s *mp;