Searched refs:zn_hash (Results 1 – 4 of 4) sorted by relevance
| /netbsd/src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
| D | zap.c | 616 uint64_t hash = zn->zn_hash; in zap_expand_leaf() 788 err = zap_deref_leaf(zn->zn_zap, zn->zn_hash, NULL, RW_READER, &l); in fzap_lookup() 824 err = zap_deref_leaf(zap, zn->zn_hash, tx, RW_WRITER, &l); in fzap_add_cd() 882 err = zap_deref_leaf(zap, zn->zn_hash, tx, RW_WRITER, &l); in fzap_update() 919 err = zap_deref_leaf(zn->zn_zap, zn->zn_hash, NULL, RW_READER, &l); in fzap_length() 942 err = zap_deref_leaf(zn->zn_zap, zn->zn_hash, tx, RW_WRITER, &l); in fzap_remove() 961 idx = ZAP_HASH_IDX(zn->zn_hash, in fzap_prefetch() 1289 err = zap_deref_leaf(zc->zc_zap, zn->zn_hash, NULL, RW_READER, &l); in fzap_cursor_move_to_key() 1401 err = zap_deref_leaf(zap, zn->zn_hash, NULL, RW_READER, &l); in fzap_count_write()
|
| D | zap_micro.c | 204 zn->zn_hash = zap_hash(zn); in zap_name_alloc() 220 zn->zn_hash = zap_hash(zn); in zap_name_alloc_uint64() 305 mze_tofind.mze_hash = zn->zn_hash; in mze_find() 312 for (; mze && mze->mze_hash == zn->zn_hash; mze = AVL_NEXT(avl, mze)) { in mze_find() 427 if (mze_insert(zap, i, zn->zn_hash) == 0) in mzap_open() 1054 cd = mze_find_unused_cd(zap, zn->zn_hash); in mzap_addent() 1070 VERIFY(0 == mze_insert(zap, i, zn->zn_hash)); in mzap_addent()
|
| D | zap_leaf.c | 407 for (chunkp = LEAF_HASH_ENTPTR(l, zn->zn_hash); in zap_leaf_lookup() 415 if (le->le_hash != zn->zn_hash) in zap_leaf_lookup() 590 uint64_t h = zn->zn_hash; in zap_entry_create()
|
| /netbsd/src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/ |
| D | zap_impl.h | 190 uint64_t zn_hash; member
|