sys/dev/md/md.c
1358
mdcreate_malloc(struct md_s *sc, struct md_req *mdr)
sys/dev/md/md.c
1440
mdcreate_vnode(struct md_s *sc, struct md_req *mdr, 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
1715
kern_mdattach_locked(struct thread *td, struct md_req *mdr)
sys/dev/md/md.c
1796
kern_mdattach(struct thread *td, struct md_req *mdr)
sys/dev/md/md.c
1807
kern_mddetach_locked(struct thread *td, struct md_req *mdr)
sys/dev/md/md.c
1827
kern_mddetach(struct thread *td, struct md_req *mdr)
sys/dev/md/md.c
1838
kern_mdresize_locked(struct md_req *mdr)
sys/dev/md/md.c
1861
kern_mdresize(struct md_req *mdr)
sys/dev/md/md.c
1872
kern_mdquery_locked(struct md_req *mdr)
sys/dev/md/md.c
1904
kern_mdquery(struct md_req *mdr)
sys/dev/md/md.c
1942
struct md_req mdr;