Searched refs:vfc_typenum (Results 1 – 6 of 6) sorted by relevance
413 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()
970 mtype = mp->mnt_vfc->vfc_typenum; in vfs_getnewfsid()4450 xvfsp.vfc_typenum = vfsp->vfc_typenum; in vfsconf2x()4466 int32_t vfc_typenum; member4479 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()
518 mp->mnt_stat.f_type = vfsp->vfc_typenum; in vfs_mount_alloc()
2712 .vfc_typenum = -1,
610 int vfc_typenum; /* historic filesystem type number */ member622 int vfc_typenum; /* historic filesystem type number */ member934 .vfc_typenum = -1, \
1211 (vfsp->mnt_vfc->vfc_typenum & 0xFF); in zfs_domount()