Searched defs:rootfid (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libuvfs/common/
H A Dname.c214 libuvfs_name_root_create(libuvfs_fs_t *fs, const libuvfs_fid_t *rootfid) argument
221 root = libuvfs_fid_info_find(fs, rootfid, &where);
227 root = libuvfs_fid_info_alloc(rootfid);
/osnet-11/usr/src/lib/libfuse/common/
H A Dfuse_uvfs.c207 libuvfs_fid_t *rootfid; local
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; local
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; local
1736 rootfid
[all...]

Completed in 26 milliseconds