Searched refs:objsetid (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzfs_ctldir.h63 int zfsctl_lookup_objset(vfs_t *vfsp, uint64_t objsetid, zfsvfs_t **zfsvfsp);
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_vfsops.c1927 uint64_t objsetid = 0; local
1931 objsetid |= ((uint64_t)zlfid->zf_setid[i]) << (8 * i);
1938 err = zfsctl_lookup_objset(vfsp, objsetid, &zfsvfs);
H A Dzfs_ctldir.c1266 zfsctl_lookup_objset(vfs_t *vfsp, uint64_t objsetid, zfsvfs_t **zfsvfsp) argument
1287 if (zcp->zc_id == objsetid)
1297 * Takes the GFS vnode at .zfs/snapshot/<snapshot objsetid>
1299 * This ZFS vnode is the root of the vfs for objset 'objsetid'.
H A Dzfs_vnops.c4913 uint64_t objsetid = dmu_objset_id(zfsvfs->z_os); local
4919 zlfid->zf_setid[i] = (uint8_t)(objsetid >> (8 * i));

Completed in 97 milliseconds