Searched refs:zc_hash (Results 1 – 3 of 3) sorted by relevance
1310 zc->zc_hash = 0; in zap_cursor_init_serialized()1339 if (zc->zc_hash == -1ULL) in zap_cursor_serialize()1343 ASSERT((zc->zc_hash & zap_maxcd(zc->zc_zap)) == 0); in zap_cursor_serialize()1366 if (zc->zc_hash == -1ULL) in zap_cursor_retrieve()1381 ASSERT(zc->zc_hash == 0); in zap_cursor_retrieve()1383 zc->zc_hash = zc->zc_serialized << (64 - hb); in zap_cursor_retrieve()1393 mze_tofind.mze_hash = zc->zc_hash; in zap_cursor_retrieve()1410 zc->zc_hash = mze->mze_hash; in zap_cursor_retrieve()1414 zc->zc_hash = -1ULL; in zap_cursor_retrieve()1425 if (zc->zc_hash == -1ULL) in zap_cursor_advance()[all …]
1194 (ZAP_HASH_IDX(zc->zc_hash, in fzap_cursor_retrieve()1204 err = zap_deref_leaf(zap, zc->zc_hash, NULL, RW_READER, in fzap_cursor_retrieve()1213 err = zap_leaf_lookup_closest(l, zc->zc_hash, zc->zc_cd, &zeh); in fzap_cursor_retrieve()1218 zc->zc_hash = (zc->zc_hash & ~nocare) + nocare + 1; in fzap_cursor_retrieve()1221 zc->zc_hash == 0) { in fzap_cursor_retrieve()1222 zc->zc_hash = -1ULL; in fzap_cursor_retrieve()1231 zc->zc_hash = zeh.zeh_hash; in fzap_cursor_retrieve()1298 zc->zc_hash = zeh.zeh_hash; in fzap_cursor_move_to_key()
340 uint64_t zc_hash; member