Home
last modified time | relevance | path

Searched refs:vfc_typenum (Results 1 – 7 of 7) sorted by relevance

/xnu-11417.140.69/bsd/vfs/
H A Dvfs_conf.c126 .vfc_typenum = FT_DEVFS,
142 .vfc_typenum = FT_DEVFS,
164 .vfc_typenum = FT_NULLFS,
182 .vfc_typenum = FT_BINDFS,
201 .vfc_typenum = FT_MOCKFS,
220 .vfc_typenum = FT_ROUTEFS,
237 .vfc_typenum = 0,
252 .vfc_typenum = 0,
H A Dvfs_init.c348 if (maxtypenum <= vfsp->vfc_typenum) { in vfsinit()
349 maxtypenum = vfsp->vfc_typenum + 1; in vfsinit()
355 vfsc.vfc_typenum = vfsp->vfc_typenum; in vfsinit()
363 …struct sysctl_oid oid = SYSCTL_STRUCT_INIT(_vfs, vfsp->vfc_typenum, , CTLTYPE_NODE | CTLFLAG_KERN … in vfsinit()
502 …struct sysctl_oid oid = SYSCTL_STRUCT_INIT(_vfs, nvfsp->vfc_typenum, , CTLTYPE_NODE | CTLFLAG_KERN… in vfstable_add()
H A Dkpi_vfs.c448 return mp->mnt_vtable->vfc_typenum; in vfs_typenum()
996 newvfstbl->vfc_typenum = tmp; in vfs_fsadd()
1008 maxvfstypenum = newvfstbl->vfc_typenum + 1; in vfs_fsadd()
1012 newvfstbl->vfc_typenum = vfe->vfe_fstypenum; in vfs_fsadd()
1014 setbit(vfs_typenum_arr, newvfstbl->vfc_typenum); in vfs_fsadd()
1015 if (newvfstbl->vfc_typenum >= maxvfstypenum) { in vfs_fsadd()
1016 maxvfstypenum = newvfstbl->vfc_typenum + 1; in vfs_fsadd()
1163 vfsc.vfc_typenum = (*handle)->vfc_typenum; in vfs_fsadd()
1199 clrbit(vfs_typenum_arr, handle->vfc_typenum); in vfs_fsremove()
1200 if (maxvfstypenum == handle->vfc_typenum) { in vfs_fsremove()
[all …]
H A Dvfs_subr.c1993 mtype = mp->mnt_vtable->vfc_typenum; in vfs_getnewfsid()
4093 if (vfsp->vfc_typenum == fstypenum) {
4993 sfs->f_type = (short)mp->mnt_vtable->vfc_typenum; in sysctl_vfs_ctlbyfsid()
5014 sfs->f_type = (short)mp->mnt_vtable->vfc_typenum; in sysctl_vfs_ctlbyfsid()
5247 if (vfsp->vfc_typenum == name[0]) {
5259 vfsc.vfc_typenum = vfsp->vfc_typenum;
H A Dvfs_syscalls.c3677 sfs->f_type = mp->mnt_vtable->vfc_typenum; in vfs_get_statfs64()
14023 sfs.f_type = (short)mp->mnt_vtable->vfc_typenum; in munge_statfs()
14049 sfs.f_type = (short)mp->mnt_vtable->vfc_typenum; in munge_statfs()
/xnu-11417.140.69/bsd/sys/
H A Dmount_internal.h310 int vfc_typenum; /* historic filesystem type number */ member
H A Dmount.h411 int vfc_typenum; /* historic filesystem type number */ member