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

/freebsd-10.1-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzap.c98 zp->zap_ptrtbl.zt_shift = ZAP_EMBEDDED_PTRTBL_SHIFT(zap);
108 for (i = 0; i < (1<<zp->zap_ptrtbl.zt_shift); i++)
208 tbl->zt_shift++;
213 tbl->zt_numblks, 1<<(tbl->zt_shift-10));
328 if (zap->zap_f.zap_phys->zap_ptrtbl.zt_shift >= zap_hashbits(zap) - 2)
341 ASSERT3U(zap->zap_f.zap_phys->zap_ptrtbl.zt_shift, ==,
358 zap->zap_f.zap_phys->zap_ptrtbl.zt_shift++;
360 ASSERT3U(1ULL << zap->zap_f.zap_phys->zap_ptrtbl.zt_shift, ==,
548 (1ULL << zap->zap_f.zap_phys->zap_ptrtbl.zt_shift));
581 idx = ZAP_HASH_IDX(h, zap->zap_f.zap_phys->zap_ptrtbl.zt_shift);
[all...]
H A Dzap_leaf.c835 n = zap->zap_f.zap_phys->zap_ptrtbl.zt_shift -
/freebsd-10.1-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dzap_impl.h121 uint64_t zt_shift; /* bits to index it */ member in struct:zap_phys::zap_table_phys
/freebsd-10.1-release/sys/cddl/boot/zfs/
H A Dzfsimpl.h1181 uint64_t zt_shift; /* bits to index it */ member in struct:zap_phys::zap_table_phys
/freebsd-10.1-release/sys/boot/zfs/
H A Dzfsimpl.c1395 off_t off = ptrtbl[hash >> (64 - zh.zap_ptrtbl.zt_shift)] << zl.l_bs;

Completed in 138 milliseconds