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

/illumos-gate/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Dzap_leaf.h96 uint8_t lf_type; /* always ZAP_CHUNK_FREE */ member in struct:zap_leaf_chunk::zap_leaf_free
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzap_leaf.c131 switch (lc->l_free.lf_type) {
146 lc->l_free.lf_type = BSWAP_8(lc->l_free.lf_type);
171 ZAP_LEAF_CHUNK(l, i).l_free.lf_type = ZAP_CHUNK_FREE;
195 ASSERT3U(ZAP_LEAF_CHUNK(l, chunk).l_free.lf_type, ==, ZAP_CHUNK_FREE);
211 ASSERT(zlf->lf_type != ZAP_CHUNK_FREE);
213 zlf->lf_type = ZAP_CHUNK_FREE;
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzap_leaf.h149 uint8_t lf_type; /* always ZAP_CHUNK_FREE */ member in struct:zap_leaf_chunk::zap_leaf_free
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dzfsimpl.h1372 uint8_t lf_type; /* always ZAP_CHUNK_FREE */ member in struct:zap_leaf_chunk::zap_leaf_free

Completed in 69 milliseconds