Lines Matching defs:rootfid
207 libuvfs_fid_t *rootfid;
234 if ((rootfid = libuvfs_stash_fs_get(fs, FUSE_ROOT_FID, NULL)) == NULL)
238 if (libuvfs_fid_compare(rootfid, my_fid) == 0) {
277 libuvfs_fid_t *rootfid;
286 rootfid = libuvfs_stash_fs_get(fs, FUSE_ROOT_FID, NULL);
287 assert(rootfid != NULL);
289 res.root_fid = *rootfid;
295 rootfid);
1673 libuvfs_fid_t *rootfid;
1736 rootfid = umem_alloc(sizeof (*rootfid), UMEM_NOFAIL);
1737 libuvfs_fid_unique(ch->fuse_uvfs_fs, rootfid);
1739 B_TRUE, rootfid);
1746 libuvfs_name_root_create(ch->fuse_uvfs_fs, rootfid);
1749 umem_free(rootfid, sizeof (*rootfid));