Lines Matching full:zap
39 #include <sys/zap.h>
443 * normalized zap objects, so this will find the
529 zap_entry_read_name(zap_t *zap, const zap_entry_handle_t *zeh, uint16_t buflen,
536 if (zap_getflags(zap) & ZAP_FLAG_UINT64_KEY) {
689 const char *name, zap_t *zap)
694 if (zap->zap_normflags == 0)
706 zn = zap_name_alloc_str(zap, name, MT_NORMALIZE);
817 zap_leaf_stats(zap_t *zap, zap_leaf_t *l, zap_stats_t *zs)
819 uint_t n = zap_f_phys(zap)->zap_ptrtbl.zt_shift -
829 n = ((1<<FZAP_BLOCK_SHIFT(zap)) -
831 (1<<FZAP_BLOCK_SHIFT(zap));