| 168 | } zap_leaf_t; |
| 169 | |
| 170 | static inline zap_leaf_phys_t * |
| 171 | zap_leaf_phys(zap_leaf_t *l) |
| 172 | { |
| 173 | return (l->l_dbuf->db_data); |
| 174 | } |
| 175 | |
| 176 | typedef struct zap_entry_handle { |
| 177 | /* Set by zap_leaf and public to ZAP */ |
no outgoing calls
no test coverage detected