Searched refs:zc_hash (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzap_micro.c1209 zc->zc_hash = 0;
1238 if (zc->zc_hash == -1ULL)
1242 ASSERT((zc->zc_hash & zap_maxcd(zc->zc_zap)) == 0);
1253 return ((zc->zc_hash >> (64 - zap_hashbits(zc->zc_zap))) |
1265 if (zc->zc_hash == -1ULL)
1280 ASSERT(zc->zc_hash == 0);
1282 zc->zc_hash = zc->zc_serialized << (64 - hb);
1292 mze_tofind.mze_hash = zc->zc_hash;
1309 zc->zc_hash = mze->mze_hash;
1313 zc->zc_hash
[all...]
H A Dzap.c1167 /* retrieve the next entry at or after zc_hash/zc_cd */
1171 (ZAP_HASH_IDX(zc->zc_hash,
1181 err = zap_deref_leaf(zap, zc->zc_hash, NULL, RW_READER,
1190 err = zap_leaf_lookup_closest(l, zc->zc_hash, zc->zc_cd, &zeh);
1195 zc->zc_hash = (zc->zc_hash & ~nocare) + nocare + 1;
1197 if (l->l_phys->l_hdr.lh_prefix_len == 0 || zc->zc_hash == 0) {
1198 zc->zc_hash = -1ULL;
1207 zc->zc_hash = zeh.zeh_hash;
1274 zc->zc_hash
[all...]
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dzap.h333 uint64_t zc_hash; member in struct:zap_cursor

Completed in 58 milliseconds