Searched refs:lh_freelist (Results 1 – 4 of 4) sorted by relevance
63 uint16_t lh_freelist; /* chunk head of free list */ member
122 buf->l_hdr.lh_freelist = BSWAP_16(buf->l_hdr.lh_freelist); in zap_leaf_byteswap()193 chunk = zap_leaf_phys(l)->l_hdr.lh_freelist; in zap_leaf_chunk_alloc()197 zap_leaf_phys(l)->l_hdr.lh_freelist = in zap_leaf_chunk_alloc()214 zlf->lf_next = zap_leaf_phys(l)->l_hdr.lh_freelist; in zap_leaf_chunk_free()216 zap_leaf_phys(l)->l_hdr.lh_freelist = chunk; in zap_leaf_chunk_free()
115 uint16_t lh_freelist; /* chunk head of free list */ member
633 mdb_printf(" lh_freelist = %u\n", zlp->l_hdr.lh_freelist); in zap_leaf()