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

/xnu-2782.1.97/bsd/vfs/
H A Dvfs_init.c428 if (maxtypenum <= vfsp->vfc_typenum)
429 maxtypenum = vfsp->vfc_typenum + 1;
434 vfsc.vfc_typenum = vfsp->vfc_typenum;
442 struct sysctl_oid oid = SYSCTL_STRUCT_INIT(_vfs, vfsp->vfc_typenum, , CTLTYPE_NODE | CTLFLAG_KERN | CTLFLAG_RW | CTLFLAG_LOCKED, NULL, 0, vfs_sysctl_node, "-", "");
458 /* next vfc_typenum to be used */
575 struct sysctl_oid oid = SYSCTL_STRUCT_INIT(_vfs, nvfsp->vfc_typenum, , CTLTYPE_NODE | CTLFLAG_KERN | CTLFLAG_RW | CTLFLAG_LOCKED, NULL, 0, vfs_sysctl_node, "-", "");
H A Dkpi_vfs.c391 return(mp->mnt_vtable->vfc_typenum);
825 newvfstbl->vfc_typenum = maxvfstypenum++;
827 newvfstbl->vfc_typenum = vfe->vfe_fstypenum;
945 if (newvfstbl->vfc_typenum <= maxvfstypenum )
946 maxvfstypenum = newvfstbl->vfc_typenum + 1;
953 vfsc.vfc_typenum = (*handle)->vfc_typenum;
1843 return(vp->v_mount->mnt_vtable->vfc_typenum);
H A Dvfs_subr.c1010 //mp->mnt_stat.f_type = vfsp->vfc_typenum;
1263 mtype = mp->mnt_vtable->vfc_typenum;
2890 if (vfsp->vfc_typenum == fstypenum) {
3516 sfs.f_type = mp->mnt_vtable->vfc_typenum;
3541 sfs.f_type = mp->mnt_vtable->vfc_typenum;
3714 if (vfsp->vfc_typenum == name[0])
3724 vfsc.vfc_typenum = vfsp->vfc_typenum;
H A Dvfs_syscalls.c650 //mp->mnt_stat.f_type = vfsp->vfc_typenum;
2483 sfs.f_type = mp->mnt_vtable->vfc_typenum;
10243 sfs.f_type = mp->mnt_vtable->vfc_typenum;
10274 sfs.f_type = mp->mnt_vtable->vfc_typenum;
/xnu-2782.1.97/bsd/sys/
H A Dmount_internal.h299 int vfc_typenum; /* historic filesystem type number */ member in struct:vfstable
H A Dmount.h391 int vfc_typenum; /* historic filesystem type number */ member in struct:vfsconf

Completed in 114 milliseconds