Searched refs:zc_hash (Results 1 – 3 of 3) sorted by relevance
1406 zc->zc_hash = 0; in zap_cursor_init_serialized()1435 if (zc->zc_hash == -1ULL) in zap_cursor_serialize()1439 ASSERT((zc->zc_hash & zap_maxcd(zc->zc_zap)) == 0); in zap_cursor_serialize()1459 if (zc->zc_hash == -1ULL) in zap_cursor_retrieve()1474 ASSERT(zc->zc_hash == 0); in zap_cursor_retrieve()1476 zc->zc_hash = zc->zc_serialized << (64 - hb); in zap_cursor_retrieve()1489 mze_tofind.mze_hash = zc->zc_hash; in zap_cursor_retrieve()1507 zc->zc_hash = mze->mze_hash; in zap_cursor_retrieve()1511 zc->zc_hash = -1ULL; in zap_cursor_retrieve()1522 if (zc->zc_hash == -1ULL) in zap_cursor_advance()[all …]
1173 (ZAP_HASH_IDX(zc->zc_hash, in fzap_cursor_retrieve()1183 err = zap_deref_leaf(zap, zc->zc_hash, NULL, RW_READER, in fzap_cursor_retrieve()1192 err = zap_leaf_lookup_closest(l, zc->zc_hash, zc->zc_cd, &zeh); in fzap_cursor_retrieve()1197 zc->zc_hash = (zc->zc_hash & ~nocare) + nocare + 1; in fzap_cursor_retrieve()1200 zc->zc_hash == 0) { in fzap_cursor_retrieve()1201 zc->zc_hash = -1ULL; in fzap_cursor_retrieve()1210 zc->zc_hash = zeh.zeh_hash; in fzap_cursor_retrieve()1276 zc->zc_hash = zeh.zeh_hash; in fzap_cursor_move_to_key()
348 uint64_t zc_hash; member