Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dvfs_init.c421 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()
H A Dvfs_subr.c1074 mtype = mp->mnt_vfc->vfc_typenum; in vfs_getnewfsid()
4824 xvfsp.vfc_typenum = vfsp->vfc_typenum; in vfsconf2x()
4840 int32_t vfc_typenum; member
4853 xvfsp.vfc_typenum = vfsp->vfc_typenum; in vfsconf2x32()
4918 if (vfsp->vfc_typenum == name[2]) in vfs_sysctl()
4952 ovfs.vfc_index = vfsp->vfc_typenum; in sysctl_ovfs_conf()
H A Duipc_mqueue.c2702 .vfc_typenum = -1,
H A Dvfs_mount.c688 mp->mnt_stat.f_type = vfsp->vfc_typenum; in vfs_mount_alloc()
/freebsd/usr.bin/lsvfs/
H A Dlsvfs.c53 printf(FMT, vfc.vfc_name, vfc.vfc_typenum, in main()
71 printf(FMT, xvfsp[i].vfc_name, xvfsp[i].vfc_typenum, in main()
/freebsd/sys/fs/fuse/
H A Dfuse_main.c101 .vfc_typenum = -1,
/freebsd/sys/sys/
H A Dmount.h645 int vfc_typenum; /* historic filesystem type number */ member
657 int vfc_typenum; /* historic filesystem type number */ member
969 .vfc_typenum = -1, \
/freebsd/sys/fs/udf/
H A Dudf_vfsops.c342 mp->mnt_stat.f_fsid.val[1] = mp->mnt_vfc->vfc_typenum; in udf_mountfs()
/freebsd/sys/fs/cd9660/
H A Dcd9660_vfsops.c387 mp->mnt_stat.f_fsid.val[1] = mp->mnt_vfc->vfc_typenum; in iso_mountfs()
/freebsd/sys/fs/msdosfs/
H A Dmsdosfs_vfsops.c854 mp->mnt_stat.f_fsid.val[1] = mp->mnt_vfc->vfc_typenum; in mountmsdosfs()
/freebsd/sys/fs/ext2fs/
H A Dext2_vfsops.c956 mp->mnt_stat.f_fsid.val[1] = mp->mnt_vfc->vfc_typenum; in ext2_mountfs()
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_vfsops.c1223 (vfsp->mnt_vfc->vfc_typenum & 0xFF); in zfs_domount()