Searched refs:zn_hash (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/uts/common/fs/zfs/ |
H A D | zap.c | 596 uint64_t hash = zn->zn_hash; in zap_expand_leaf() 767 err = zap_deref_leaf(zn->zn_zap, zn->zn_hash, NULL, RW_READER, &l); in fzap_lookup() 803 err = zap_deref_leaf(zap, zn->zn_hash, tx, RW_WRITER, &l); in fzap_add_cd() 860 err = zap_deref_leaf(zap, zn->zn_hash, tx, RW_WRITER, &l); in fzap_update() 897 err = zap_deref_leaf(zn->zn_zap, zn->zn_hash, NULL, RW_READER, &l); in fzap_length() 920 err = zap_deref_leaf(zn->zn_zap, zn->zn_hash, tx, RW_WRITER, &l); in fzap_remove() 939 idx = ZAP_HASH_IDX(zn->zn_hash, in fzap_prefetch() 1349 err = zap_deref_leaf(zap, zn->zn_hash, NULL, RW_READER, &l); in fzap_count_write()
|
H A D | zap_micro.c | 203 zn->zn_hash = zap_hash(zn); in zap_name_alloc() 219 zn->zn_hash = zap_hash(zn); in zap_name_alloc_uint64() 298 mze_tofind.mze_hash = zn->zn_hash; in mze_find() 305 for (; mze && mze->mze_hash == zn->zn_hash; mze = AVL_NEXT(avl, mze)) { in mze_find() 420 mze_insert(zap, i, zn->zn_hash); in mzap_open() 951 cd = mze_find_unused_cd(zap, zn->zn_hash); in mzap_addent() 967 mze_insert(zap, i, zn->zn_hash); in mzap_addent()
|
H A 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()
|
/titanic_50/usr/src/uts/common/fs/zfs/sys/ |
H A D | zap_impl.h | 190 uint64_t zn_hash; member
|