Searched refs:zn_hash (Results 1 – 6 of 6) sorted by relevance
| /freebsd/sys/contrib/openzfs/module/zfs/ |
| H A D | zap_micro.c | 140 ASSERT0(zn->zn_hash & 0xffffffff); in mze_find() 141 mze_tofind.mze_hash = zn->zn_hash >> 32; in mze_find() 287 mze_insert(zap, i, zn->zn_hash); in mzap_open() 483 uint32_t cd = mze_find_unused_cd(zap, zn->zn_hash); in mzap_addent() 500 mze_insert(zap, i, zn->zn_hash); in mzap_addent()
|
| H A D | zap_fat.c | 703 uint64_t hash = zn->zn_hash; in zap_expand_leaf() 861 err = zap_deref_leaf(zn->zn_zap, zn->zn_hash, NULL, RW_READER, &l); in fzap_lookup() 898 err = zap_deref_leaf(zap, zn->zn_hash, tx, RW_WRITER, &l); in fzap_add_cd() 958 err = zap_deref_leaf(zap, zn->zn_hash, tx, RW_WRITER, &l); in fzap_update() 998 err = zap_deref_leaf(zn->zn_zap, zn->zn_hash, NULL, RW_READER, &l); in fzap_length() 1021 err = zap_deref_leaf(zn->zn_zap, zn->zn_hash, tx, RW_WRITER, &l); in fzap_remove() 1043 uint64_t idx = ZAP_HASH_IDX(zn->zn_hash, in fzap_prefetch() 1295 uint64_t hash = zn->zn_hash; in zap_shrink()
|
| H A D | zap_impl.c | 126 zn->zn_hash = zap_hash(zn); in zap_name_alloc_uint64() 182 zn->zn_hash = zap_hash(zn); in zap_name_init_str()
|
| H A D | zap_leaf.c | 431 for (uint16_t *chunkp = LEAF_HASH_ENTPTR(l, zn->zn_hash); in zap_leaf_lookup() 439 if (le->le_hash != zn->zn_hash) in zap_leaf_lookup() 598 uint64_t h = zn->zn_hash; in zap_entry_create()
|
| H A D | zap.c | 489 !mze_canfit_fzap_leaf(zn, zn->zn_hash)) { in zap_add_by_dnode()
|
| /freebsd/sys/contrib/openzfs/include/sys/ |
| H A D | zap_impl.h | 200 uint64_t zn_hash; member
|