Home
last modified time | relevance | path

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

/trueos/sys/kern/
HDvfs_init.c207 if (hashval == tvfc->vfc_typenum) { in vfs_register()
217 vfc->vfc_typenum = hashval; in vfs_register()
218 if (vfc->vfc_typenum >= maxvfsconf) in vfs_register()
219 maxvfsconf = vfc->vfc_typenum + 1; in vfs_register()
221 vfc->vfc_typenum = maxvfsconf++; in vfs_register()
299 oidp->oid_number = vfc->vfc_typenum; in vfs_register()
337 if (maxtypenum < vfsp->vfc_typenum) in vfs_unregister()
338 maxtypenum = vfsp->vfc_typenum; in vfs_unregister()
HDvfs_subr.c617 mtype = mp->mnt_vfc->vfc_typenum; in vfs_getnewfsid()
3235 xvfsp.vfc_typenum = vfsp->vfc_typenum; in vfsconf2x()
3251 int32_t vfc_typenum; member
3263 xvfsp.vfc_typenum = vfsp->vfc_typenum; in vfsconf2x32()
3330 if (vfsp->vfc_typenum == name[2]) in vfs_sysctl()
3364 ovfs.vfc_index = vfsp->vfc_typenum; in sysctl_ovfs_conf()
HDvfs_mount.c469 mp->mnt_stat.f_type = vfsp->vfc_typenum; in vfs_mount_alloc()
HDuipc_mqueue.c2650 .vfc_typenum = -1,
/trueos/usr.bin/lsvfs/
HDlsvfs.c55 printf(FMT, vfc.vfc_name, vfc.vfc_typenum, vfc.vfc_refcount, in main()
73 printf(FMT, xvfsp[i].vfc_name, xvfsp[i].vfc_typenum, in main()
/trueos/sys/fs/fuse/
HDfuse_main.c91 .vfc_typenum = -1,
/trueos/sys/sys/
HDmount.h475 int vfc_typenum; /* historic filesystem type number */ member
486 int vfc_typenum; /* historic filesystem type number */ member
818 .vfc_typenum = -1, \
/trueos/sys/gnu/fs/reiserfs/
HDreiserfs_vfsops.c313 sbp->f_type = mp->mnt_vfc->vfc_typenum; in reiserfs_statfs()
580 mp->mnt_stat.f_fsid.val[1] = mp->mnt_vfc->vfc_typenum; in reiserfs_mountfs()
/trueos/sys/fs/udf/
HDudf_vfsops.c355 mp->mnt_stat.f_fsid.val[1] = mp->mnt_vfc->vfc_typenum; in udf_mountfs()
/trueos/sys/fs/cd9660/
HDcd9660_vfsops.c378 mp->mnt_stat.f_fsid.val[1] = mp->mnt_vfc->vfc_typenum;
/trueos/sys/fs/msdosfs/
HDmsdosfs_vfsops.c759 mp->mnt_stat.f_fsid.val[1] = mp->mnt_vfc->vfc_typenum; in mountmsdosfs()
/trueos/sys/fs/ext2fs/
HDext2_vfsops.c640 mp->mnt_stat.f_fsid.val[1] = mp->mnt_vfc->vfc_typenum; in ext2_mountfs()
/trueos/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
HDzfs_vfsops.c1190 vfsp->mnt_vfc->vfc_typenum & 0xFF; in zfs_domount()