Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzap_leaf.c205 struct zap_leaf_free *zlf = &ZAP_LEAF_CHUNK(l, chunk).l_free; in zap_leaf_chunk_free() local
208 ASSERT(zlf->lf_type != ZAP_CHUNK_FREE); in zap_leaf_chunk_free()
210 zlf->lf_type = ZAP_CHUNK_FREE; in zap_leaf_chunk_free()
211 zlf->lf_next = zap_leaf_phys(l)->l_hdr.lh_freelist; in zap_leaf_chunk_free()
212 bzero(zlf->lf_pad, sizeof (zlf->lf_pad)); /* help it to compress */ in zap_leaf_chunk_free()