Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
HDzap_micro.c1360 zc->zc_hash = 0; in zap_cursor_init_serialized()
1389 if (zc->zc_hash == -1ULL) in zap_cursor_serialize()
1393 ASSERT((zc->zc_hash & zap_maxcd(zc->zc_zap)) == 0); in zap_cursor_serialize()
1404 return ((zc->zc_hash >> (64 - zap_hashbits(zc->zc_zap))) | in zap_cursor_serialize()
1413 if (zc->zc_hash == -1ULL) in zap_cursor_retrieve()
1428 ASSERT(zc->zc_hash == 0); in zap_cursor_retrieve()
1430 zc->zc_hash = zc->zc_serialized << (64 - hb); in zap_cursor_retrieve()
1443 mze_tofind.mze_hash = zc->zc_hash; in zap_cursor_retrieve()
1461 zc->zc_hash = mze->mze_hash; in zap_cursor_retrieve()
1465 zc->zc_hash = -1ULL; in zap_cursor_retrieve()
[all …]
HDzap.c1164 (ZAP_HASH_IDX(zc->zc_hash, in fzap_cursor_retrieve()
1174 err = zap_deref_leaf(zap, zc->zc_hash, NULL, RW_READER, in fzap_cursor_retrieve()
1183 err = zap_leaf_lookup_closest(l, zc->zc_hash, zc->zc_cd, &zeh); in fzap_cursor_retrieve()
1188 zc->zc_hash = (zc->zc_hash & ~nocare) + nocare + 1; in fzap_cursor_retrieve()
1191 zc->zc_hash == 0) { in fzap_cursor_retrieve()
1192 zc->zc_hash = -1ULL; in fzap_cursor_retrieve()
1201 zc->zc_hash = zeh.zeh_hash; in fzap_cursor_retrieve()
1267 zc->zc_hash = zeh.zeh_hash; in fzap_cursor_move_to_key()
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
HDzap.h329 uint64_t zc_hash; member