Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzap_fat.c1074 if (zc->zc_hash == 0 && zap_iterate_prefetch && in fzap_cursor_retrieve()
1088 (ZAP_HASH_IDX(zc->zc_hash, in fzap_cursor_retrieve()
1098 err = zap_deref_leaf(zap, zc->zc_hash, NULL, RW_READER, in fzap_cursor_retrieve()
1105 err = zap_leaf_lookup_closest(l, zc->zc_hash, zc->zc_cd, &zeh); in fzap_cursor_retrieve()
1109 zc->zc_hash = -1ULL; in fzap_cursor_retrieve()
1115 zc->zc_hash = (zc->zc_hash & ~nocare) + nocare + 1; in fzap_cursor_retrieve()
1118 if (zc->zc_hash == 0) { in fzap_cursor_retrieve()
1119 zc->zc_hash = -1ULL; in fzap_cursor_retrieve()
1129 zc->zc_hash = zeh.zeh_hash; in fzap_cursor_retrieve()
H A Dzap.c1060 zc->zc_hash = serialized << (64 - hb); in zap_cursor_init_by_dnode_impl()
1148 if (zc->zc_hash == -1ULL) in zap_cursor_retrieve()
1159 mze_tofind.mze_hash = zc->zc_hash >> 32; in zap_cursor_retrieve()
1179 zc->zc_hash = (uint64_t)mze->mze_hash << 32; in zap_cursor_retrieve()
1183 zc->zc_hash = -1ULL; in zap_cursor_retrieve()
1195 if (zc->zc_hash == -1ULL) in zap_cursor_advance()
1203 if (zc->zc_zap == NULL || zc->zc_hash == -1ULL) in zap_cursor_serialize()
1206 ASSERT0((zc->zc_hash & zap_maxcd(zc->zc_zap))); in zap_cursor_serialize()
1217 return ((zc->zc_hash >> (64 - zap_hashbits(zc->zc_zap))) | in zap_cursor_serialize()
/freebsd/sys/contrib/openzfs/include/sys/
H A Dzap.h449 uint64_t zc_hash; member