Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dzap_leaf.c147 lc->l_free.lf_next = BSWAP_16(lc->l_free.lf_next); in zap_leaf_byteswap()
171 ZAP_LEAF_CHUNK(l, i).l_free.lf_next = i+1; in zap_leaf_init()
173 ZAP_LEAF_CHUNK(l, ZAP_LEAF_NUMCHUNKS(l)-1).l_free.lf_next = CHAIN_END; in zap_leaf_init()
195 ZAP_LEAF_CHUNK(l, chunk).l_free.lf_next; in zap_leaf_chunk_alloc()
211 zlf->lf_next = zap_leaf_phys(l)->l_hdr.lh_freelist; in zap_leaf_chunk_free()
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dzap_leaf.h158 uint16_t lf_next; /* next in free list, or CHAIN_END */ member