Searched refs:zeh_chunkp (Results 1 – 2 of 2) sorted by relevance
431 zeh->zeh_chunkp = chunkp; in zap_leaf_lookup()486 zeh->zeh_chunkp = &zeh->zeh_fakechunk; in zap_leaf_lookup_closest()500 ZAP_LEAF_ENTRY(zeh->zeh_leaf, *zeh->zeh_chunkp); in zap_entry_read()521 ZAP_LEAF_ENTRY(zeh->zeh_leaf, *zeh->zeh_chunkp); in zap_entry_read_name()542 struct zap_leaf_entry *le = ZAP_LEAF_ENTRY(l, *zeh->zeh_chunkp); in zap_entry_update()565 ASSERT3P(zeh->zeh_chunkp, !=, &zeh->zeh_fakechunk); in zap_entry_remove()567 entry_chunk = *zeh->zeh_chunkp; in zap_entry_remove()574 *zeh->zeh_chunkp = le->le_next; in zap_entry_remove()665 zeh->zeh_chunkp = chunkp; in zap_entry_create()
178 uint16_t *zeh_chunkp; member