Searched refs:zt_shift (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Dzap_impl.h91 uint64_t zt_shift; /* bits to index it */ member in struct:zap_phys::zap_table_phys
/osnet-11/usr/src/grub/grub2/include/grub/zfs/
H A Dzap_impl.h89 grub_uint64_t zt_shift; /* bits to index it */ member in struct:zap_phys::zap_table_phys
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.c679 idx = ZAP_HASH_IDX(hash, zap->zap_ptrtbl.zt_shift);
/osnet-11/usr/src/grub/grub2/grub-core/fs/zfs/
H A Dzfs.c2497 idx = ZAP_HASH_IDX (hash, zap->zap_ptrtbl.zt_shift);
2549 for (idx = 0; idx < (1ULL << zap->zap_ptrtbl.zt_shift); idx++)

Completed in 36 milliseconds