Symbol: md_s
sys/dev/md/md.c
1037
mdstart_swap(struct md_s *sc, struct bio *bp)
sys/dev/md/md.c
1187
mdstart_null(struct md_s *sc, struct bio *bp)
sys/dev/md/md.c
1203
md_handleattr(struct md_s *sc, struct bio *bp)
sys/dev/md/md.c
1222
struct md_s *sc;
sys/dev/md/md.c
1268
static struct md_s *
sys/dev/md/md.c
1271
struct md_s *sc;
sys/dev/md/md.c
1280
static struct md_s *
sys/dev/md/md.c
1283
struct md_s *sc;
sys/dev/md/md.c
1316
mdinit(struct md_s *sc)
sys/dev/md/md.c
1358
mdcreate_malloc(struct md_s *sc, struct md_req *mdr)
sys/dev/md/md.c
1399
mdsetcred(struct md_s *sc, struct ucred *cred)
sys/dev/md/md.c
1440
mdcreate_vnode(struct md_s *sc, struct md_req *mdr, struct thread *td)
sys/dev/md/md.c
1526
struct md_s *sc = pp->geom->softc;
sys/dev/md/md.c
1535
mddestroy(struct md_s *sc, struct thread *td)
sys/dev/md/md.c
1598
mdresize(struct md_s *sc, struct md_req *mdr)
sys/dev/md/md.c
1655
mdcreate_swap(struct md_s *sc, struct md_req *mdr, struct thread *td)
sys/dev/md/md.c
1701
mdcreate_null(struct md_s *sc, struct md_req *mdr, struct thread *td)
sys/dev/md/md.c
1717
struct md_s *sc;
sys/dev/md/md.c
1809
struct md_s *sc;
sys/dev/md/md.c
1840
struct md_s *sc;
sys/dev/md/md.c
1874
struct md_s *sc;
sys/dev/md/md.c
2043
struct md_s *sc;
sys/dev/md/md.c
2153
struct md_s *mp;
sys/dev/md/md.c
234
static LIST_HEAD(, md_s) md_softc_list = LIST_HEAD_INITIALIZER(md_softc_list);
sys/dev/md/md.c
249
LIST_ENTRY(md_s) list;
sys/dev/md/md.c
265
int (*start)(struct md_s *sc, struct bio *bp);
sys/dev/md/md.c
332
destroy_indir(struct md_s *sc, struct indir *ip)
sys/dev/md/md.c
469
struct md_s *sc;
sys/dev/md/md.c
493
struct md_s *sc;
sys/dev/md/md.c
654
mdstart_malloc(struct md_s *sc, struct bio *bp)
sys/dev/md/md.c
865
mdstart_preload(struct md_s *sc, struct bio *bp)
sys/dev/md/md.c
894
mdstart_vnode(struct md_s *sc, struct bio *bp)