Searched refs:objsetid (Results 1 – 6 of 6) sorted by relevance
| /illumos-gate/usr/src/test/zfs-tests/include/ |
| H A D | kstat.shlib | 33 # kstat_dataset [-N] <dataset | pool/objsetid> <stat> 132 # kstat_dataset [-N] <dataset | pool/objsetid> <stat> 152 typeset objsetid=$($_resolve_dsname_os "$pool" "$dsarg") 153 if [[ -z "$objsetid" ]] ; then 156 dsarg="$pool/$objsetid" 259 typeset -i objsetid=0 260 _split_pool_objsetid $obj pool objsetid 262 $pool $objsetid $stat) 308 # We split on '.', then get the hex objsetid from field 5. 353 typeset -i objsetid=0 [all …]
|
| /illumos-gate/usr/src/uts/common/fs/zfs/sys/ |
| H A D | zfs_ctldir.h | 63 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 D | tst.get_number_props.zcp | 59 props['objsetid'] = {{true, nil}, {true, nil}, {true, nil}}
|
| /illumos-gate/usr/src/uts/common/fs/zfs/ |
| H A D | zfs_ctldir.c | 1260 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 D | zfs_vfsops.c | 2400 uint64_t objsetid = 0; in zfs_vget() local 2404 objsetid |= ((uint64_t)zlfid->zf_setid[i]) << (8 * i); in zfs_vget() 2411 err = zfsctl_lookup_objset(vfsp, objsetid, &zfsvfs); in zfs_vget()
|
| H A D | zfs_vnops.c | 5384 uint64_t objsetid = dmu_objset_id(zfsvfs->z_os); in zfs_fid() local 5390 zlfid->zf_setid[i] = (uint8_t)(objsetid >> (8 * i)); in zfs_fid()
|