Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/zfs/
H A Dzap_micro.c233 buf->mz_chunk[i].mze_cd = in mzap_byteswap()
234 BSWAP_32(buf->mz_chunk[i].mze_cd); in mzap_byteswap()
263 if (mze1->mze_cd > mze2->mze_cd) in mze_compare()
265 if (mze1->mze_cd < mze2->mze_cd) in mze_compare()
281 mze->mze_cd = MZE_PHYS(zap, mze)->mze_cd; in mze_insert()
298 mze_tofind.mze_cd = 0; in mze_find()
305 ASSERT3U(mze->mze_cd, ==, MZE_PHYS(zn->zn_zap, mze)->mze_cd); in mze_find()
329 mze_tofind.mze_cd = 0; in mze_find_unused_cd()
334 if (mze->mze_cd != cd) in mze_find_unused_cd()
569 err = fzap_add_cd(zn, 8, 1, &mze->mze_value, mze->mze_cd, tx); in mzap_upgrade()
[all …]
/titanic_41/usr/src/uts/common/fs/zfs/sys/
H A Dzap_impl.h52 uint32_t mze_cd; member
70 uint32_t mze_cd; /* copy from mze_phys->mze_cd */ member
/titanic_41/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Dzap_impl.h36 uint32_t mze_cd; member