Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.c638 &ZAP_LEAF_CHUNK(l, blksft, chunk).l_array; in zap_leaf_array_equal()
641 if (chunk >= ZAP_LEAF_NUMCHUNKS(blksft)) in zap_leaf_array_equal()
673 for (chunk = l->l_hash[LEAF_HASH(blksft, h)]; in zap_leaf_lookup()
676 if (chunk >= ZAP_LEAF_NUMCHUNKS(blksft)) in zap_leaf_lookup()
679 le = ZAP_LEAF_ENTRY(l, blksft, chunk); in zap_leaf_lookup()
688 if (zap_leaf_array_equal(l, blksft, le->le_name_chunk, in zap_leaf_lookup()
698 la = &ZAP_LEAF_CHUNK(l, blksft, in zap_leaf_lookup()
744 blkid = ((uint64_t *)zap)[idx + (1<<(blksft-3-1))]; in fzap_lookup()
748 stack += 1<<blksft; in fzap_lookup()
749 if ((1<<blksft) < sizeof (zap_leaf_phys_t)) in fzap_lookup()
[all …]