Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/contrib/openzfs/module/zfs/
HDzap_leaf.c54 #define LEAF_HASH_ENTPTR(l, h) (&zap_leaf_phys(l)->l_hash[LEAF_HASH(l, h)]) macro
387 for (uint16_t *chunkp = LEAF_HASH_ENTPTR(l, zn->zn_hash); in zap_leaf_lookup()
567 for (chunk = *LEAF_HASH_ENTPTR(l, h); in zap_entry_create()
580 for (chunk = *LEAF_HASH_ENTPTR(l, h); in zap_entry_create()
653 for (uint16_t chunk = *LEAF_HASH_ENTPTR(zeh->zeh_leaf, zeh->zeh_hash); in zap_entry_normalization_conflict()
692 for (chunkp = LEAF_HASH_ENTPTR(l, le->le_hash); in zap_leaf_rehash_entry()
/freebsd-14-stable/stand/libsa/zfs/
HDzfsimpl.c2642 #define LEAF_HASH_ENTPTR(l, h) (&(l)->l_phys->l_hash[LEAF_HASH(l, h)]) macro
2661 for (chunkp = LEAF_HASH_ENTPTR(zl, hash); in zap_leaf_lookup()