Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzap_leaf.c419 zeh->zeh_hash = le->le_hash; in zap_leaf_lookup()
462 zeh->zeh_hash = le->le_hash; in zap_leaf_lookup_closest()
636 zeh->zeh_hash = le->le_hash; in zap_entry_create()
662 for (uint16_t chunk = *LEAF_HASH_ENTPTR(zeh->zeh_leaf, zeh->zeh_hash); in zap_entry_normalization_conflict()
665 if (le->le_hash != zeh->zeh_hash) in zap_entry_normalization_conflict()
H A Dzap.c1254 zc->zc_hash = zeh.zeh_hash; in fzap_cursor_retrieve()
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzap_leaf.h172 uint64_t zeh_hash; member