Home
last modified time | relevance | path

Searched refs:l_phys (Results 1 – 3 of 3) sorted by path

/illumos-gate/usr/src/boot/libsa/zfs/
H A Dzfs.c279 zl.l_phys = fp->f_zap_leaf; in zfs_readdir()
H A Dzfsimpl.c2585 free(leaf->l_phys); in zap_leaf_free()
2600 (*lp)->l_phys = malloc(1 << bs); in zap_get_leaf_byblk()
2602 if ((*lp)->l_phys == NULL) { in zap_get_leaf_byblk()
2832 zl.l_phys = malloc(bsize); in fzap_list()
2833 if (zl.l_phys == NULL) in fzap_list()
2842 free(zl.l_phys); in fzap_list()
2882 free(zl.l_phys); in fzap_list()
2888 free(zl.l_phys); in fzap_list()
3008 zl.l_phys = malloc(bsize); in fzap_rlookup()
3009 if (zl.l_phys == NULL) in fzap_rlookup()
[all …]
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dzfsimpl.h1508 ((l)->l_phys->l_hash + ZAP_LEAF_HASH_NUMENTRIES(l)))[idx]
1575 zap_leaf_phys_t *l_phys; member