Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/zfs/
H A Dzap_micro.c234 buf->mz_chunk[i].mze_cd = in mzap_byteswap()
235 BSWAP_32(buf->mz_chunk[i].mze_cd); in mzap_byteswap()
264 if (mze1->mze_cd > mze2->mze_cd) in mze_compare()
266 if (mze1->mze_cd < mze2->mze_cd) in mze_compare()
282 mze->mze_cd = MZE_PHYS(zap, mze)->mze_cd; in mze_insert()
299 mze_tofind.mze_cd = 0; in mze_find()
306 ASSERT3U(mze->mze_cd, ==, MZE_PHYS(zn->zn_zap, mze)->mze_cd); in mze_find()
330 mze_tofind.mze_cd = 0; in mze_find_unused_cd()
335 if (mze->mze_cd != cd) in mze_find_unused_cd()
570 err = fzap_add_cd(zn, 8, 1, &mze->mze_value, mze->mze_cd, tx); in mzap_upgrade()
[all …]
/titanic_50/usr/src/uts/common/fs/zfs/sys/
H A Dzap_impl.h53 uint32_t mze_cd; member
71 uint32_t mze_cd; /* copy from mze_phys->mze_cd */ member
/titanic_50/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Dzap_impl.h36 uint32_t mze_cd; member