Searched refs:l_phys (Results 1 – 4 of 4) sorted by relevance
329 leaf = l->l_phys; in zap_fat_write_leaf_init()393 l.l_phys = NULL; in zap_fat_write()410 l.l_phys = (zap_leaf_phys_t *)(leafblks + li * blksz); in zap_fat_write()432 l.l_phys = (zap_leaf_phys_t *)(leafblks + li * blksz); in zap_fat_write()448 assert(l.l_phys->l_hdr.lh_nfree >= nchunks); in zap_fat_write()449 l.l_phys->l_hdr.lh_nfree -= nchunks; in zap_fat_write()450 l.l_phys->l_hdr.lh_nentries++; in zap_fat_write()459 *lptr = l.l_phys->l_hdr.lh_freelist; in zap_fat_write()460 l.l_phys->l_hdr.lh_freelist += nchunks; in zap_fat_write()461 assert(l.l_phys->l_hdr.lh_freelist <= in zap_fat_write()[all …]
2694 free(leaf->l_phys); in zap_leaf_free()2709 (*lp)->l_phys = malloc(1 << bs); in zap_get_leaf_byblk()2711 if ((*lp)->l_phys == NULL) { in zap_get_leaf_byblk()2715 err = dnode_read(zap->zap_spa, zap->zap_dnode, blk << bs, (*lp)->l_phys, in zap_get_leaf_byblk()2774 (64 - ZAP_LEAF_HASH_SHIFT(l) - (l)->l_phys->l_hdr.lh_prefix_len)))2775 #define LEAF_HASH_ENTPTR(l, h) (&(l)->l_phys->l_hash[LEAF_HASH(l, h)])2788 if (zl->l_phys->l_hdr.lh_prefix_len > 0 && in zap_leaf_lookup()2789 zl->l_phys->l_hdr.lh_prefix != in zap_leaf_lookup()2790 hash >> (64 - zl->l_phys->l_hdr.lh_prefix_len)) in zap_leaf_lookup()2943 zl.l_phys = malloc(bsize); in fzap_list()[all …]
304 zl.l_phys = fp->f_zap_leaf; in zfs_readdir()
1664 ((l)->l_phys->l_hash + ZAP_LEAF_HASH_NUMENTRIES(l)))[idx]1670 (64 - ZAP_LEAF_HASH_SHIFT(l) - (l)->l_phys->l_hdr.lh_prefix_len)))1671 #define ZAP_LEAF_HASH_ENTPTR(l, h) (&(l)->l_phys->l_hash[ZAP_LEAF_HASH(l, h)])1737 zap_leaf_phys_t *l_phys; member