Searched refs:vfc_typenum (Results 1 – 11 of 11) sorted by relevance
421 if (hashval == tvfc->vfc_typenum) { in vfs_register()431 vfc->vfc_typenum = hashval; in vfs_register()432 if (vfc->vfc_typenum >= maxvfsconf) in vfs_register()433 maxvfsconf = vfc->vfc_typenum + 1; in vfs_register()435 vfc->vfc_typenum = maxvfsconf++; in vfs_register()526 oidp->oid_number = vfc->vfc_typenum; in vfs_register()568 if (maxtypenum < vfsp->vfc_typenum) in vfs_unregister()569 maxtypenum = vfsp->vfc_typenum; in vfs_unregister()
1116 mtype = mp->mnt_vfc->vfc_typenum; in vfs_getnewfsid()4908 xvfsp.vfc_typenum = vfsp->vfc_typenum; in vfsconf2x()4924 int32_t vfc_typenum; member4937 xvfsp.vfc_typenum = vfsp->vfc_typenum; in vfsconf2x32()5002 if (vfsp->vfc_typenum == name[2]) in vfs_sysctl()5036 ovfs.vfc_index = vfsp->vfc_typenum; in sysctl_ovfs_conf()
688 mp->mnt_stat.f_type = vfsp->vfc_typenum; in vfs_mount_alloc()
2735 .vfc_typenum = -1,
53 printf(FMT, vfc.vfc_name, vfc.vfc_typenum, in main()71 printf(FMT, xvfsp[i].vfc_name, xvfsp[i].vfc_typenum, in main()
101 .vfc_typenum = -1,
645 int vfc_typenum; /* historic filesystem type number */ member657 int vfc_typenum; /* historic filesystem type number */ member971 .vfc_typenum = -1, \
342 mp->mnt_stat.f_fsid.val[1] = mp->mnt_vfc->vfc_typenum; in udf_mountfs()
387 mp->mnt_stat.f_fsid.val[1] = mp->mnt_vfc->vfc_typenum; in iso_mountfs()
856 mp->mnt_stat.f_fsid.val[1] = mp->mnt_vfc->vfc_typenum; in mountmsdosfs()
1227 (vfsp->mnt_vfc->vfc_typenum & 0xFF); in zfs_domount()