Searched refs:vfc_typenum (Results 1 - 6 of 6) sorted by relevance

/xnu-2422.115.4/bsd/vfs/
H A Dvfs_init.c408 if (maxtypenum <= vfsp->vfc_typenum)
409 maxtypenum = vfsp->vfc_typenum + 1;
414 vfsc.vfc_typenum = vfsp->vfc_typenum;
424 /* next vfc_typenum to be used */
H A Dkpi_vfs.c391 return(mp->mnt_vtable->vfc_typenum);
825 newvfstbl->vfc_typenum = maxvfsconf++;
827 newvfstbl->vfc_typenum = vfe->vfe_fstypenum;
944 if (newvfstbl->vfc_typenum <= maxvfsconf )
945 maxvfsconf = newvfstbl->vfc_typenum + 1;
952 vfsc.vfc_typenum = (*handle)->vfc_typenum;
1831 return(vp->v_mount->mnt_vtable->vfc_typenum);
H A Dvfs_subr.c966 //mp->mnt_stat.f_type = vfsp->vfc_typenum;
1213 mtype = mp->mnt_vtable->vfc_typenum;
2748 * variables (sinc UFS vfc_typenum is 1).
2765 if (vfsp->vfc_typenum == name[0]) {
2793 if (vfsp->vfc_typenum == name[2])
2803 vfsc.vfc_typenum = vfsp->vfc_typenum;
3393 sfs.f_type = mp->mnt_vtable->vfc_typenum;
3418 sfs.f_type = mp->mnt_vtable->vfc_typenum;
H A Dvfs_syscalls.c633 //mp->mnt_stat.f_type = vfsp->vfc_typenum;
2335 sfs.f_type = mp->mnt_vtable->vfc_typenum;
9580 sfs.f_type = mp->mnt_vtable->vfc_typenum;
9611 sfs.f_type = mp->mnt_vtable->vfc_typenum;
/xnu-2422.115.4/bsd/sys/
H A Dmount_internal.h295 int vfc_typenum; /* historic filesystem type number */ member in struct:vfstable
H A Dmount.h392 int vfc_typenum; /* historic filesystem type number */ member in struct:vfsconf

Completed in 117 milliseconds