Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
Dzap_micro.c1209 zc->zc_hash = 0; in zap_cursor_init_serialized()
1238 if (zc->zc_hash == -1ULL) in zap_cursor_serialize()
1242 ASSERT((zc->zc_hash & zap_maxcd(zc->zc_zap)) == 0); in zap_cursor_serialize()
1253 return ((zc->zc_hash >> (64 - zap_hashbits(zc->zc_zap))) | in zap_cursor_serialize()
1265 if (zc->zc_hash == -1ULL) in zap_cursor_retrieve()
1280 ASSERT(zc->zc_hash == 0); in zap_cursor_retrieve()
1282 zc->zc_hash = zc->zc_serialized << (64 - hb); in zap_cursor_retrieve()
1292 mze_tofind.mze_hash = zc->zc_hash; in zap_cursor_retrieve()
1309 zc->zc_hash = mze->mze_hash; in zap_cursor_retrieve()
1313 zc->zc_hash = -1ULL; in zap_cursor_retrieve()
[all …]
Dzap.c1171 (ZAP_HASH_IDX(zc->zc_hash, in fzap_cursor_retrieve()
1181 err = zap_deref_leaf(zap, zc->zc_hash, NULL, RW_READER, in fzap_cursor_retrieve()
1190 err = zap_leaf_lookup_closest(l, zc->zc_hash, zc->zc_cd, &zeh); in fzap_cursor_retrieve()
1195 zc->zc_hash = (zc->zc_hash & ~nocare) + nocare + 1; in fzap_cursor_retrieve()
1197 if (l->l_phys->l_hdr.lh_prefix_len == 0 || zc->zc_hash == 0) { in fzap_cursor_retrieve()
1198 zc->zc_hash = -1ULL; in fzap_cursor_retrieve()
1207 zc->zc_hash = zeh.zeh_hash; in fzap_cursor_retrieve()
1274 zc->zc_hash = zeh.zeh_hash; in fzap_cursor_move_to_key()
/freebsd-9-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
Dzap.h333 uint64_t zc_hash; member