Lines Matching defs:vfsp
177 devfs_mount(struct vfs *vfsp, struct vnode *mvp, struct mounta *uap,
187 if (secpolicy_fs_mount(cr, mvp, vfsp) != 0)
211 dv = dv_mkroot(vfsp, devfsdev);
217 devfs_data->devfs_vfsp = vfsp;
220 vfsp->vfs_data = (caddr_t)devfs_data;
221 vfsp->vfs_fstype = devfstype;
222 vfsp->vfs_dev = devfsdev;
223 vfsp->vfs_bsize = DEV_BSIZE;
224 vfsp->vfs_mtime = ddi_get_time();
225 vfs_make_fsid(&vfsp->vfs_fsid, vfsp->vfs_dev, devfstype);
244 devfs_unmount(struct vfs *vfsp, int flag, struct cred *cr)
253 devfs_root(struct vfs *vfsp, struct vnode **vpp)
256 *vpp = DVTOV(VFSTODVFS(vfsp)->devfs_root);
267 devfs_statvfs(struct vfs *vfsp, struct statvfs64 *sbp)
275 sbp->f_frsize = sbp->f_bsize = vfsp->vfs_bsize;
291 (void) cmpldev(&d32, vfsp->vfs_dev);
294 sbp->f_flag = vf_to_stf(vfsp->vfs_flag);
307 devfs_mountroot(struct vfs *vfsp, enum whymountroot why)