Home
last modified time | relevance | path

Searched refs:objsetid (Results 1 – 5 of 5) 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/test/zfs-tests/tests/functional/channel_program/synctask_core/
H A Dtst.get_number_props.zcp59 props['objsetid'] = {{true, nil}, {true, nil}, {true, nil}}
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_ctldir.c1260 zfsctl_lookup_objset(vfs_t *vfsp, uint64_t objsetid, zfsvfs_t **zfsvfsp) in zfsctl_lookup_objset() argument
1281 if (zcp->zc_id == objsetid) in zfsctl_lookup_objset()
H A Dzfs_vfsops.c2376 uint64_t objsetid = 0; in zfs_vget() local
2380 objsetid |= ((uint64_t)zlfid->zf_setid[i]) << (8 * i); in zfs_vget()
2387 err = zfsctl_lookup_objset(vfsp, objsetid, &zfsvfs); in zfs_vget()
H A Dzfs_vnops.c5353 uint64_t objsetid = dmu_objset_id(zfsvfs->z_os); in zfs_fid() local
5359 zlfid->zf_setid[i] = (uint8_t)(objsetid >> (8 * i)); in zfs_fid()