Searched refs:zn_hash (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | zap.c | 632 uint64_t hash = zn->zn_hash; in zap_expand_leaf() 802 err = zap_deref_leaf(zn->zn_zap, zn->zn_hash, NULL, RW_READER, &l); in fzap_lookup() 838 err = zap_deref_leaf(zap, zn->zn_hash, tx, RW_WRITER, &l); in fzap_add_cd() 905 err = zap_deref_leaf(zap, zn->zn_hash, tx, RW_WRITER, &l); in fzap_update() 942 err = zap_deref_leaf(zn->zn_zap, zn->zn_hash, NULL, RW_READER, &l); in fzap_length() 965 err = zap_deref_leaf(zn->zn_zap, zn->zn_hash, tx, RW_WRITER, &l); in fzap_remove() 983 uint64_t idx = ZAP_HASH_IDX(zn->zn_hash, in fzap_prefetch()
|
| H A D | zap_micro.c | 214 zn->zn_hash = zap_hash(zn); in zap_name_alloc() 244 zn->zn_hash = zap_hash(zn); in zap_name_alloc_uint64() 314 mze_tofind.mze_hash = zn->zn_hash; in mze_find() 320 for (; mze && mze->mze_hash == zn->zn_hash; mze = AVL_NEXT(avl, mze)) { in mze_find() 464 mze_insert(zap, i, zn->zn_hash); in mzap_open() 1196 uint32_t cd = mze_find_unused_cd(zap, zn->zn_hash); in mzap_addent() 1213 mze_insert(zap, i, zn->zn_hash); in mzap_addent() 1242 !mze_canfit_fzap_leaf(zn, zn->zn_hash)) { in zap_add_impl()
|
| H A D | zap_leaf.c | 396 for (uint16_t *chunkp = LEAF_HASH_ENTPTR(l, zn->zn_hash); in zap_leaf_lookup() 404 if (le->le_hash != zn->zn_hash) in zap_leaf_lookup() 562 uint64_t h = zn->zn_hash; in zap_entry_create()
|
| /f-stack/freebsd/contrib/openzfs/include/sys/ |
| H A D | zap_impl.h | 191 uint64_t zn_hash; member
|