Searched refs:tfsid (Results 1 – 1 of 1) sorted by relevance
1105 fsid_t tfsid; in vfs_getnewfsid() local1111 tfsid.val[1] = mtype; in vfs_getnewfsid()1114 tfsid.val[0] = makedev(255, in vfs_getnewfsid()1117 if ((nmp = vfs_getvfs(&tfsid)) == NULL) in vfs_getnewfsid()1121 mp->mnt_stat.f_fsid.val[0] = tfsid.val[0]; in vfs_getnewfsid()1122 mp->mnt_stat.f_fsid.val[1] = tfsid.val[1]; in vfs_getnewfsid()