Home
last modified time | relevance | path

Searched refs:lf_next (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Dzap_leaf.h98 uint16_t lf_next; /* next in free list, or CHAIN_END */ member
/titanic_44/usr/src/uts/common/fs/zfs/
H A Dzap_leaf.c147 lc->l_free.lf_next = BSWAP_16(lc->l_free.lf_next); in zap_leaf_byteswap()
172 ZAP_LEAF_CHUNK(l, i).l_free.lf_next = i+1; in zap_leaf_init()
174 ZAP_LEAF_CHUNK(l, ZAP_LEAF_NUMCHUNKS(l)-1).l_free.lf_next = CHAIN_END; in zap_leaf_init()
198 ZAP_LEAF_CHUNK(l, chunk).l_free.lf_next; in zap_leaf_chunk_alloc()
214 zlf->lf_next = zap_leaf_phys(l)->l_hdr.lh_freelist; in zap_leaf_chunk_free()
/titanic_44/usr/src/uts/common/fs/zfs/sys/
H A Dzap_leaf.h151 uint16_t lf_next; /* next in free list, or CHAIN_END */ member
/titanic_44/usr/src/cmd/mdb/common/modules/zfs/
H A Dzfs.c654 i, zlc->l_free.lf_next); in zap_leaf()