Home | History | Annotate | Download | only in pstat

Lines Matching refs:maddr

304 	struct mount *maddr, *mp;
321 maddr = NULL;
325 if (vp->v_mount != maddr) {
331 maddr = vp->v_mount;
635 getmnt(struct mount *maddr)
639 struct mount *maddr;
646 if (maddr == mt->maddr)
648 KGETRET(maddr, &mb, sizeof(struct mount), "mount table");
652 mt->maddr = maddr;