Home
last modified time | relevance | path

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

/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzap_micro.c1406 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 …]
H A Dzap.c1173 (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()
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dzap.h348 uint64_t zc_hash; member