Searched refs:vfc_typenum (Results 1 – 13 of 13) sorted by relevance
| /trueos/sys/kern/ |
| HD | vfs_init.c | 207 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()
|
| HD | vfs_subr.c | 617 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()
|
| HD | vfs_mount.c | 469 mp->mnt_stat.f_type = vfsp->vfc_typenum; in vfs_mount_alloc()
|
| HD | uipc_mqueue.c | 2650 .vfc_typenum = -1,
|
| /trueos/usr.bin/lsvfs/ |
| HD | lsvfs.c | 55 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/ |
| HD | fuse_main.c | 91 .vfc_typenum = -1,
|
| /trueos/sys/sys/ |
| HD | mount.h | 475 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/ |
| HD | reiserfs_vfsops.c | 313 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/ |
| HD | udf_vfsops.c | 355 mp->mnt_stat.f_fsid.val[1] = mp->mnt_vfc->vfc_typenum; in udf_mountfs()
|
| /trueos/sys/fs/cd9660/ |
| HD | cd9660_vfsops.c | 378 mp->mnt_stat.f_fsid.val[1] = mp->mnt_vfc->vfc_typenum;
|
| /trueos/sys/fs/msdosfs/ |
| HD | msdosfs_vfsops.c | 759 mp->mnt_stat.f_fsid.val[1] = mp->mnt_vfc->vfc_typenum; in mountmsdosfs()
|
| /trueos/sys/fs/ext2fs/ |
| HD | ext2_vfsops.c | 640 mp->mnt_stat.f_fsid.val[1] = mp->mnt_vfc->vfc_typenum; in ext2_mountfs()
|
| /trueos/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/ |
| HD | zfs_vfsops.c | 1190 vfsp->mnt_vfc->vfc_typenum & 0xFF; in zfs_domount()
|