Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
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()
Dzap.c1254 zc->zc_hash = zeh.zeh_hash; in fzap_cursor_retrieve()
1320 zc->zc_hash = zeh.zeh_hash; in fzap_cursor_move_to_key()
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
Dzap_leaf.h172 uint64_t zeh_hash; member