Searched defs:zap_leaf_free (Results 1 – 3 of 3) sorted by relevance
156 struct zap_leaf_free { struct157 uint8_t lf_type; /* always ZAP_CHUNK_FREE */158 uint8_t lf_pad[ZAP_LEAF_ARRAY_BYTES];159 uint16_t lf_next; /* next in free list, or CHAIN_END */
1739 struct zap_leaf_free { struct1740 uint8_t lf_type; /* always ZAP_CHUNK_FREE */1741 uint8_t lf_pad[ZAP_LEAF_ARRAY_BYTES];1742 uint16_t lf_next; /* next in free list, or CHAIN_END */
2652 zap_leaf_free(zap_leaf_t *leaf) in zap_leaf_free() function