Lines Matching defs:zap
37 #include <sys/zap.h>
420 * normalized zap objects, so this will find the
517 zap_entry_read_name(zap_t *zap, const zap_entry_handle_t *zeh, uint16_t buflen,
524 if (zap_getflags(zap) & ZAP_FLAG_UINT64_KEY) {
682 const char *name, zap_t *zap)
688 if (zap->zap_normflags == 0)
700 zn = zap_name_alloc(zap, name, MT_FIRST);
842 zap_leaf_stats(zap_t *zap, zap_leaf_t *l, zap_stats_t *zs)
846 n = zap_f_phys(zap)->zap_ptrtbl.zt_shift -
856 n = ((1<<FZAP_BLOCK_SHIFT(zap)) -
858 (1<<FZAP_BLOCK_SHIFT(zap));