Searched refs:l_phys (Results 1 – 3 of 3) sorted by relevance
1412 zl.l_phys = (zap_leaf_phys_t *) zap_scratch; in fzap_lookup()1417 if (zl.l_phys->l_hdr.lh_prefix_len > 0 in fzap_lookup()1418 && zl.l_phys->l_hdr.lh_prefix in fzap_lookup()1419 != hash >> (64 - zl.l_phys->l_hdr.lh_prefix_len)) in fzap_lookup()1425 int shift = (64 - ZAP_LEAF_HASH_SHIFT(&zl) - zl.l_phys->l_hdr.lh_prefix_len); in fzap_lookup()1427 h = zl.l_phys->l_hash[h]; in fzap_lookup()1533 zl.l_phys = (zap_leaf_phys_t *) zap_scratch; in fzap_list()1692 zl.l_phys = (zap_leaf_phys_t *) zap_scratch; in fzap_rlookup()
303 zl.l_phys = fp->f_zap_leaf; in zfs_readdir()
1250 ((l)->l_phys->l_hash + ZAP_LEAF_HASH_NUMENTRIES(l)))[idx]1317 zap_leaf_phys_t *l_phys; member