Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dzap_leaf.c253 *chunkp = chunk; in zap_leaf_array_create()
254 chunkp = &la->la_next; in zap_leaf_array_create()
256 *chunkp = CHAIN_END; in zap_leaf_array_create()
264 uint16_t chunk = *chunkp; in zap_leaf_array_free()
266 *chunkp = CHAIN_END; in zap_leaf_array_free()
397 *chunkp != CHAIN_END; chunkp = &le->le_next) { in zap_leaf_lookup()
695 uint16_t *chunkp; in zap_leaf_rehash_entry() local
703 *chunkp != CHAIN_END; chunkp = &le2->le_next) { in zap_leaf_rehash_entry()
709 le->le_next = *chunkp; in zap_leaf_rehash_entry()
710 *chunkp = entry; in zap_leaf_rehash_entry()
[all …]