Searched refs:tfsid (Results 1 – 1 of 1) sorted by relevance
1111 fsid_t tfsid; in vfs_getnewfsid() local1117 tfsid.val[1] = mtype; in vfs_getnewfsid()1120 tfsid.val[0] = makedev(255, in vfs_getnewfsid()1123 if ((nmp = vfs_getvfs(&tfsid)) == NULL) in vfs_getnewfsid()1127 mp->mnt_stat.f_fsid.val[0] = tfsid.val[0]; in vfs_getnewfsid()1128 mp->mnt_stat.f_fsid.val[1] = tfsid.val[1]; in vfs_getnewfsid()