Home | History | Annotate | Download | only in common

Lines Matching defs:mp

89 	struct mount *mp;
99 mp = vp->v_mount;
102 if ((error = dostatvfs(mp, sbuf, l, 0, 1)) != 0)
124 struct mount *mp;
131 mp = fp->f_vnode->v_mount;
133 if ((error = dostatvfs(mp, sbuf, l, 0, 1)) != 0)
168 struct mount *mp;
182 if ((mp = vfs_getvfs(&fh.fh_fsid)) == NULL)
184 error = VFS_FHTOVP(mp, (struct fid*)&fh.fh_fid, LK_EXCLUSIVE, &vp);
187 mp = vp->v_mount;
190 if ((error = VFS_STATVFS(mp, sbuf)) != 0)