Searched defs:zap_leaf_free (Results 1 – 4 of 4) sorted by relevance
93 struct zap_leaf_free { struct94 uint8_t lf_type; /* always ZAP_CHUNK_FREE */95 uint8_t lf_pad[ZAP_LEAF_ARRAY_BYTES];96 uint16_t lf_next; /* next in free list, or CHAIN_END */
148 struct zap_leaf_free { struct149 uint8_t lf_type; /* always ZAP_CHUNK_FREE */150 uint8_t lf_pad[ZAP_LEAF_ARRAY_BYTES];151 uint16_t lf_next; /* next in free list, or CHAIN_END */
1566 struct zap_leaf_free { struct1567 uint8_t lf_type; /* always ZAP_CHUNK_FREE */1568 uint8_t lf_pad[ZAP_LEAF_ARRAY_BYTES];1569 uint16_t lf_next; /* next in free list, or CHAIN_END */
2584 zap_leaf_free(zap_leaf_t *leaf) in zap_leaf_free() function