| 271 | } dsl_dataset_t; |
| 272 | |
| 273 | static inline dsl_dataset_phys_t * |
| 274 | dsl_dataset_phys(dsl_dataset_t *ds) |
| 275 | { |
| 276 | return ((dsl_dataset_phys_t *)ds->ds_dbuf->db_data); |
| 277 | } |
| 278 | |
| 279 | typedef struct dsl_dataset_promote_arg { |
| 280 | const char *ddpa_clonename; |
no outgoing calls
no test coverage detected