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 */
1728 struct zap_leaf_free { struct1729 uint8_t lf_type; /* always ZAP_CHUNK_FREE */1730 uint8_t lf_pad[ZAP_LEAF_ARRAY_BYTES];1731 uint16_t lf_next; /* next in free list, or CHAIN_END */
2693 zap_leaf_free(zap_leaf_t *leaf) in zap_leaf_free() function