Searched refs:tfsid (Results 1 – 1 of 1) sorted by relevance
1109 fsid_t tfsid; in vfs_getnewfsid() local1115 tfsid.val[1] = mtype; in vfs_getnewfsid()1118 tfsid.val[0] = makedev(255, in vfs_getnewfsid()1121 if ((nmp = vfs_getvfs(&tfsid)) == NULL) in vfs_getnewfsid()1125 mp->mnt_stat.f_fsid.val[0] = tfsid.val[0]; in vfs_getnewfsid()1126 mp->mnt_stat.f_fsid.val[1] = tfsid.val[1]; in vfs_getnewfsid()