Lines Matching refs:zh
2713 fzap_lookup(const spa_t *spa, const dnode_phys_t *dnode, zap_phys_t *zh, in fzap_lookup() argument
2723 if (zh->zap_magic != ZAP_MAGIC) in fzap_lookup()
2730 z.zap_phys = zh; in fzap_lookup()
2734 hash = zap_hash(zh->zap_salt, name); in fzap_lookup()
2814 fzap_list(const spa_t *spa, const dnode_phys_t *dnode, zap_phys_t *zh, in fzap_list() argument
2821 if (zh->zap_magic != ZAP_MAGIC) in fzap_list()
2825 z.zap_phys = zh; in fzap_list()
2837 for (i = 0; i < zh->zap_num_leafs; i++) { in fzap_list()
2989 fzap_rlookup(const spa_t *spa, const dnode_phys_t *dnode, zap_phys_t *zh, in fzap_rlookup() argument
2997 if (zh->zap_magic != ZAP_MAGIC) in fzap_rlookup()
3001 z.zap_phys = zh; in fzap_rlookup()
3013 for (i = 0; i < zh->zap_num_leafs; i++) { in fzap_rlookup()