Home
last modified time | relevance | path

Searched refs:l_phys (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/usr.sbin/makefs/zfs/
H A Dzap.c321 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()
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()
455 if (l.l_phys->l_hdr.lh_freelist == in zap_fat_write()
[all …]
/freebsd-14.2/stand/libsa/zfs/
H A Dzfsimpl.c2561 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()
2810 zl.l_phys = malloc(bsize); in fzap_list()
2811 if (zl.l_phys == NULL) in fzap_list()
2820 free(zl.l_phys); in fzap_list()
2860 free(zl.l_phys); in fzap_list()
2866 free(zl.l_phys); in fzap_list()
2986 zl.l_phys = malloc(bsize); in fzap_rlookup()
2987 if (zl.l_phys == NULL) in fzap_rlookup()
[all …]
H A Dzfs.c304 zl.l_phys = fp->f_zap_leaf; in zfs_readdir()
/freebsd-14.2/sys/cddl/boot/zfs/
H A Dzfsimpl.h1669 ((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