Searched refs:l_phys (Results 1 – 4 of 4) sorted by relevance
321 leaf = l->l_phys; in zap_fat_write_leaf_init()385 l.l_phys = NULL; in zap_fat_write()402 l.l_phys = (zap_leaf_phys_t *)(leafblks + li * blksz); in zap_fat_write()424 l.l_phys = (zap_leaf_phys_t *)(leafblks + li * blksz); in zap_fat_write()440 assert(l.l_phys->l_hdr.lh_nfree >= nchunks); in zap_fat_write()441 l.l_phys->l_hdr.lh_nfree -= nchunks; in zap_fat_write()442 l.l_phys->l_hdr.lh_nentries++; in zap_fat_write()451 *lptr = l.l_phys->l_hdr.lh_freelist; in zap_fat_write()452 l.l_phys->l_hdr.lh_freelist += nchunks; in zap_fat_write()453 assert(l.l_phys->l_hdr.lh_freelist <= in zap_fat_write()[all …]
2561 free(leaf->l_phys); in zap_leaf_free()2576 (*lp)->l_phys = malloc(1 << bs); in zap_get_leaf_byblk()2578 if ((*lp)->l_phys == NULL) { in zap_get_leaf_byblk()2582 err = dnode_read(zap->zap_spa, zap->zap_dnode, blk << bs, (*lp)->l_phys, in zap_get_leaf_byblk()2641 (64 - ZAP_LEAF_HASH_SHIFT(l) - (l)->l_phys->l_hdr.lh_prefix_len)))2642 #define LEAF_HASH_ENTPTR(l, h) (&(l)->l_phys->l_hash[LEAF_HASH(l, h)])2655 if (zl->l_phys->l_hdr.lh_prefix_len > 0 && in zap_leaf_lookup()2656 zl->l_phys->l_hdr.lh_prefix != in zap_leaf_lookup()2657 hash >> (64 - zl->l_phys->l_hdr.lh_prefix_len)) in zap_leaf_lookup()2810 zl.l_phys = malloc(bsize); in fzap_list()[all …]
304 zl.l_phys = fp->f_zap_leaf; in zfs_readdir()
1669 ((l)->l_phys->l_hash + ZAP_LEAF_HASH_NUMENTRIES(l)))[idx]1675 (64 - ZAP_LEAF_HASH_SHIFT(l) - (l)->l_phys->l_hdr.lh_prefix_len)))1676 #define ZAP_LEAF_HASH_ENTPTR(l, h) (&(l)->l_phys->l_hash[ZAP_LEAF_HASH(l, h)])1742 zap_leaf_phys_t *l_phys; member