Lines Matching refs:zc_hash
1825 zc->zc_hash = 0; in zap_cursor_init_impl()
1875 if (zc->zc_hash == -1ULL) in zap_cursor_serialize()
1879 ASSERT((zc->zc_hash & zap_maxcd(zc->zc_zap)) == 0); in zap_cursor_serialize()
1890 return ((zc->zc_hash >> (64 - zap_hashbits(zc->zc_zap))) | in zap_cursor_serialize()
1899 if (zc->zc_hash == -1ULL) in zap_cursor_retrieve()
1914 ASSERT(zc->zc_hash == 0); in zap_cursor_retrieve()
1916 zc->zc_hash = zc->zc_serialized << (64 - hb); in zap_cursor_retrieve()
1929 mze_tofind.mze_hash = zc->zc_hash >> 32; in zap_cursor_retrieve()
1949 zc->zc_hash = (uint64_t)mze->mze_hash << 32; in zap_cursor_retrieve()
1953 zc->zc_hash = -1ULL; in zap_cursor_retrieve()
1964 if (zc->zc_hash == -1ULL) in zap_cursor_advance()