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 | 45 static uint16_t *zap_leaf_rehash_entry(zap_leaf_t *l, struct zap_leaf_entry *le, 664 uint16_t *chunkp = zap_leaf_rehash_entry(l, le, chunk); in zap_entry_create() 727 zap_leaf_rehash_entry(zap_leaf_t *l, struct zap_leaf_entry *le, uint16_t entry) in zap_leaf_rehash_entry() function 759 (void) zap_leaf_rehash_entry(nl, nle, chunk); in zap_leaf_transfer_entry() 813 (void) zap_leaf_rehash_entry(l, le, i); in zap_leaf_split()
|