Searched refs:lh_freelist (Results 1 – 2 of 2) sorted by relevance
122 buf->l_hdr.lh_freelist = BSWAP_16(buf->l_hdr.lh_freelist); in zap_leaf_byteswap()190 int chunk = zap_leaf_phys(l)->l_hdr.lh_freelist; in zap_leaf_chunk_alloc()194 zap_leaf_phys(l)->l_hdr.lh_freelist = in zap_leaf_chunk_alloc()211 zlf->lf_next = zap_leaf_phys(l)->l_hdr.lh_freelist; in zap_leaf_chunk_free()213 zap_leaf_phys(l)->l_hdr.lh_freelist = chunk; in zap_leaf_chunk_free()
122 uint16_t lh_freelist; /* chunk head of free list */ member