Home
last modified time | relevance | path

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

/xnu-12377.41.6/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.c449 return mp->mnt_vtable->vfc_typenum; in vfs_typenum()
997 newvfstbl->vfc_typenum = tmp; in vfs_fsadd()
1009 maxvfstypenum = newvfstbl->vfc_typenum + 1; in vfs_fsadd()
1013 newvfstbl->vfc_typenum = vfe->vfe_fstypenum; in vfs_fsadd()
1015 setbit(vfs_typenum_arr, newvfstbl->vfc_typenum); in vfs_fsadd()
1016 if (newvfstbl->vfc_typenum >= maxvfstypenum) { in vfs_fsadd()
1017 maxvfstypenum = newvfstbl->vfc_typenum + 1; in vfs_fsadd()
1164 vfsc.vfc_typenum = (*handle)->vfc_typenum; in vfs_fsadd()
1200 clrbit(vfs_typenum_arr, handle->vfc_typenum); in vfs_fsremove()
1201 if (maxvfstypenum == handle->vfc_typenum) { in vfs_fsremove()
[all …]
H A Dvfs_subr.c1994 mtype = mp->mnt_vtable->vfc_typenum; in vfs_getnewfsid()
4127 if (vfsp->vfc_typenum == fstypenum) {
5027 sfs->f_type = (short)mp->mnt_vtable->vfc_typenum; in sysctl_vfs_ctlbyfsid()
5048 sfs->f_type = (short)mp->mnt_vtable->vfc_typenum; in sysctl_vfs_ctlbyfsid()
5281 if (vfsp->vfc_typenum == name[0]) {
5293 vfsc.vfc_typenum = vfsp->vfc_typenum;
H A Dvfs_syscalls.c3803 sfs->f_type = mp->mnt_vtable->vfc_typenum; in vfs_get_statfs64()
14385 sfs.f_type = (short)mp->mnt_vtable->vfc_typenum; in munge_statfs()
14411 sfs.f_type = (short)mp->mnt_vtable->vfc_typenum; in munge_statfs()
/xnu-12377.41.6/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