| dsl_dataset.c | 738 dsl_sync_task_group_t *dstg; member in struct:destroyarg 755 da->dstg, &ds); 765 dsl_sync_task_create(da->dstg, dsl_dataset_destroy_check, 766 dsl_dataset_destroy_sync, ds, da->dstg, 0); 785 da.dstg = dsl_sync_task_group_create(spa_get_dsl(spa)); 793 err = dsl_sync_task_group_wait(da.dstg); 795 for (dst = list_head(&da.dstg->dstg_tasks); dst; 796 dst = list_next(&da.dstg->dstg_tasks, dst)) { 807 dsl_dataset_close(ds, DS_MODE_EXCLUSIVE, da.dstg); 810 dsl_sync_task_group_destroy(da.dstg); 824 dsl_sync_task_group_t *dstg; local 1894 dsl_sync_task_group_t *dstg; member in struct:renamesnaparg [all...] |