Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/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.c1280 zc->zc_hash = zeh.zeh_hash; in fzap_cursor_retrieve()
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dzap_leaf.h179 uint64_t zeh_hash; member