Searched refs:LEAF_HASH_ENTPTR (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | zap_leaf.c | 55 #define LEAF_HASH_ENTPTR(l, h) (&zap_leaf_phys(l)->l_hash[LEAF_HASH(l, h)]) macro 431 for (uint16_t *chunkp = LEAF_HASH_ENTPTR(l, zn->zn_hash); in zap_leaf_lookup() 612 for (chunk = *LEAF_HASH_ENTPTR(l, h); in zap_entry_create() 625 for (chunk = *LEAF_HASH_ENTPTR(l, h); in zap_entry_create() 698 for (uint16_t chunk = *LEAF_HASH_ENTPTR(zeh->zeh_leaf, zeh->zeh_hash); in zap_entry_normalization_conflict() 737 for (chunkp = LEAF_HASH_ENTPTR(l, le->le_hash); in zap_leaf_rehash_entry()
|
/freebsd/stand/libsa/zfs/ |
H A D | zfsimpl.c | 2642 #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()
|