Searched refs:zap_leaf_rehash_entry (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | zap_leaf.c | 44 static uint16_t *zap_leaf_rehash_entry(zap_leaf_t *l, struct zap_leaf_entry *le, 663 uint16_t *chunkp = zap_leaf_rehash_entry(l, le, chunk); in zap_entry_create() 726 zap_leaf_rehash_entry(zap_leaf_t *l, struct zap_leaf_entry *le, uint16_t entry) in zap_leaf_rehash_entry() function 758 (void) zap_leaf_rehash_entry(nl, nle, chunk); in zap_leaf_transfer_entry() 812 (void) zap_leaf_rehash_entry(l, le, i); in zap_leaf_split()
|