Searched refs:l_phys (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/boot/sys/boot/zfs/
H A Dzfsimpl.c1445 zl.l_phys = (zap_leaf_phys_t *) zap_scratch;
1450 if (zl.l_phys->l_hdr.lh_prefix_len > 0
1451 && zl.l_phys->l_hdr.lh_prefix
1452 != hash >> (64 - zl.l_phys->l_hdr.lh_prefix_len))
1458 int shift = (64 - ZAP_LEAF_HASH_SHIFT(&zl) - zl.l_phys->l_hdr.lh_prefix_len);
1460 h = zl.l_phys->l_hash[h];
1568 zl.l_phys = (zap_leaf_phys_t *) zap_scratch;
1729 zl.l_phys = (zap_leaf_phys_t *) zap_scratch;
H A Dzfs.c304 zl.l_phys = fp->f_zap_leaf;
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dzfsimpl.h1313 ((l)->l_phys->l_hash + ZAP_LEAF_HASH_NUMENTRIES(l)))[idx]
1380 zap_leaf_phys_t *l_phys; member in struct:zap_leaf

Completed in 103 milliseconds