Searched refs:zeh_chunkp (Results 1 – 2 of 2) sorted by relevance
420 zeh->zeh_chunkp = chunkp; in zap_leaf_lookup()464 zeh->zeh_chunkp = &zeh->zeh_fakechunk; in zap_leaf_lookup_closest()478 ZAP_LEAF_ENTRY(zeh->zeh_leaf, *zeh->zeh_chunkp); in zap_entry_read()499 ZAP_LEAF_ENTRY(zeh->zeh_leaf, *zeh->zeh_chunkp); in zap_entry_read_name()519 struct zap_leaf_entry *le = ZAP_LEAF_ENTRY(l, *zeh->zeh_chunkp); in zap_entry_update()540 ASSERT3P(zeh->zeh_chunkp, !=, &zeh->zeh_fakechunk); in zap_entry_remove()542 uint16_t entry_chunk = *zeh->zeh_chunkp; in zap_entry_remove()549 *zeh->zeh_chunkp = le->le_next; in zap_entry_remove()637 zeh->zeh_chunkp = chunkp; in zap_entry_create()
185 uint16_t *zeh_chunkp; member