Home
last modified time | relevance | path

Searched refs:vfsp (Results 1 – 14 of 14) sorted by relevance

/original-bsd/sys/kern/
H A Dvfs_init.c195 struct vfsconf *vfsp; in vfsinit() local
216 for (vfsp = vfsconf, i = 1; i <= maxvfsconf; i++, vfsp++) { in vfsinit()
218 vfsp->vfc_next = vfsp + 1; in vfsinit()
219 if (maxtypenum <= vfsp->vfc_typenum) in vfsinit()
220 maxtypenum = vfsp->vfc_typenum + 1; in vfsinit()
221 (*vfsp->vfc_vfsops->vfs_init)(vfsp); in vfsinit()
H A Dvfs_subr.c142 struct vfsconf *vfsp; local
145 for (vfsp = vfsconf; vfsp; vfsp = vfsp->vfc_next)
148 if (vfsp == NULL)
155 mp->mnt_vfc = vfsp;
159 vfsp->vfc_refcount++;
178 struct vfsconf *vfsp; in vfs_mountroot() local
184 for (vfsp = vfsconf; vfsp; vfsp = vfsp->vfc_next) { in vfs_mountroot()
1435 for (vfsp = vfsconf; vfsp; vfsp = vfsp->vfc_next)
1438 if (vfsp == NULL)
1449 for (vfsp = vfsconf; vfsp; vfsp = vfsp->vfc_next)
[all …]
H A Dvfs_syscalls.c58 struct vfsconf *vfsp; local
153 for (vfsp = vfsconf; vfsp; vfsp = vfsp->vfc_next)
154 if (vfsp->vfc_typenum == fstypenum)
156 if (vfsp == NULL) {
167 for (vfsp = vfsconf; vfsp; vfsp = vfsp->vfc_next)
168 if (!strcmp(vfsp->vfc_name, fstypename))
170 if (vfsp == NULL) {
187 mp->mnt_op = vfsp->vfc_vfsops;
188 mp->mnt_vfc = vfsp;
189 vfsp->vfc_refcount++;
[all …]
/original-bsd/sys/ufs/ufs/
H A Dufs_vfsops.c139 ufs_init(vfsp) in ufs_init() argument
140 struct vfsconf *vfsp; in ufs_init()
/original-bsd/sys/miscfs/procfs/
H A Dprocfs_vfsops.c135 procfs_init(vfsp)
136 struct vfsconf *vfsp; variable
/original-bsd/sys/miscfs/kernfs/
H A Dkernfs_vfsops.c32 kernfs_init(vfsp)
33 struct vfsconf *vfsp; variable
/original-bsd/sys/miscfs/portal/
H A Dportal_vfsops.c39 portal_init(vfsp) in portal_init() argument
40 struct vfsconf *vfsp; in portal_init()
/original-bsd/sys/ufs/mfs/
H A Dmfs_vnops.c321 mfs_init(vfsp)
322 struct vfsconf *vfsp; variable
/original-bsd/sys/miscfs/umapfs/
H A Dumap_subr.c45 umapfs_init(vfsp)
46 struct vfsconf *vfsp;
/original-bsd/sys/ufs/lfs/
H A Dlfs_vfsops.c615 lfs_init(vfsp) in lfs_init() argument
616 struct vfsconf *vfsp; in lfs_init()
619 lfs_mount_type = vfsp->vfc_typenum;
620 return (ufs_init(vfsp));
/original-bsd/sys/isofs/cd9660/
H A Dcd9660_node.c50 cd9660_init(vfsp)
51 struct vfsconf *vfsp; variable
/original-bsd/sys/ufs/ffs/
H A Dffs_vfsops.c862 ffs_init(vfsp) in ffs_init() argument
863 struct vfsconf *vfsp; in ffs_init()
866 return (ufs_init(vfsp));
/original-bsd/sys/miscfs/fdesc/
H A Dfdesc_vnops.c59 fdesc_init(vfsp)
60 struct vfsconf *vfsp;
/original-bsd/sys/nfs/
H A Dnfs_subs.c1035 nfs_init(vfsp) in nfs_init() argument
1036 struct vfsconf *vfsp; in nfs_init()
1059 nfs_mount_type = vfsp->vfc_typenum;