Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dvfs_init.c413 if (hashval == tvfc->vfc_typenum) { in vfs_register()
423 vfc->vfc_typenum = hashval; in vfs_register()
424 if (vfc->vfc_typenum >= maxvfsconf) in vfs_register()
425 maxvfsconf = vfc->vfc_typenum + 1; in vfs_register()
427 vfc->vfc_typenum = maxvfsconf++; in vfs_register()
516 oidp->oid_number = vfc->vfc_typenum; in vfs_register()
559 if (maxtypenum < vfsp->vfc_typenum) in vfs_unregister()
560 maxtypenum = vfsp->vfc_typenum; in vfs_unregister()
H A Dvfs_subr.c970 mtype = mp->mnt_vfc->vfc_typenum; in vfs_getnewfsid()
4450 xvfsp.vfc_typenum = vfsp->vfc_typenum; in vfsconf2x()
4466 int32_t vfc_typenum; member
4479 xvfsp.vfc_typenum = vfsp->vfc_typenum; in vfsconf2x32()
4544 if (vfsp->vfc_typenum == name[2]) in vfs_sysctl()
4578 ovfs.vfc_index = vfsp->vfc_typenum; in sysctl_ovfs_conf()
H A Dvfs_mount.c518 mp->mnt_stat.f_type = vfsp->vfc_typenum; in vfs_mount_alloc()
H A Duipc_mqueue.c2712 .vfc_typenum = -1,
/f-stack/freebsd/sys/
H A Dmount.h610 int vfc_typenum; /* historic filesystem type number */ member
622 int vfc_typenum; /* historic filesystem type number */ member
934 .vfc_typenum = -1, \
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_vfsops.c1211 (vfsp->mnt_vfc->vfc_typenum & 0xFF); in zfs_domount()