sys/dev/md/md.c
1359
mdcreate_malloc(struct md_s *sc, struct md_req *mdr)
sys/dev/md/md.c
1441
mdcreate_vnode(struct md_s *sc, struct md_req *mdr, struct thread *td)
sys/dev/md/md.c
1599
mdresize(struct md_s *sc, struct md_req *mdr)
sys/dev/md/md.c
1656
mdcreate_swap(struct md_s *sc, struct md_req *mdr, struct thread *td)
sys/dev/md/md.c
1702
mdcreate_null(struct md_s *sc, struct md_req *mdr, struct thread *td)
sys/dev/md/md.c
1716
kern_mdattach_locked(struct thread *td, struct md_req *mdr)
sys/dev/md/md.c
1797
kern_mdattach(struct thread *td, struct md_req *mdr)
sys/dev/md/md.c
1808
kern_mddetach_locked(struct thread *td, struct md_req *mdr)
sys/dev/md/md.c
1828
kern_mddetach(struct thread *td, struct md_req *mdr)
sys/dev/md/md.c
1839
kern_mdresize_locked(struct md_req *mdr)
sys/dev/md/md.c
1862
kern_mdresize(struct md_req *mdr)
sys/dev/md/md.c
1873
kern_mdquery_locked(struct md_req *mdr)
sys/dev/md/md.c
1905
kern_mdquery(struct md_req *mdr)
sys/dev/md/md.c
1943
struct md_req mdr;