Home
last modified time | relevance | path

Searched refs:ds_objset (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddsl_destroy.c447 if (ds->ds_objset) { in dsl_destroy_snapshot_sync_impl()
448 dmu_objset_evict(ds->ds_objset); in dsl_destroy_snapshot_sync_impl()
449 ds->ds_objset = NULL; in dsl_destroy_snapshot_sync_impl()
937 if (ds->ds_objset) { in dsl_destroy_head_sync_impl()
938 dmu_objset_evict(ds->ds_objset); in dsl_destroy_head_sync_impl()
939 ds->ds_objset = NULL; in dsl_destroy_head_sync_impl()
H A Ddsl_dataset.c387 if (ds->ds_objset != NULL) in dsl_dataset_evict_async()
388 dmu_objset_evict(ds->ds_objset); in dsl_dataset_evict_async()
1311 ASSERT(ds->ds_objset != NULL); in dsl_dataset_dirty()
1321 objset_t *os = ds->ds_objset; in dsl_dataset_dirty()
1950 ASSERT(ds->ds_objset != NULL); in dsl_dataset_sync()
1975 dmu_objset_sync(ds->ds_objset, zio, tx); in dsl_dataset_sync()
1999 objset_t *os = ds->ds_objset; in dsl_dataset_sync_done()
3307 if (ds->ds_objset) { in dsl_dataset_promote_sync()
3308 dmu_objset_evict(ds->ds_objset); in dsl_dataset_promote_sync()
3309 ds->ds_objset = NULL; in dsl_dataset_promote_sync()
[all …]
H A Ddsl_pool.c672 dmu_objset_do_userquota_updates(ds->ds_objset, tx); in dsl_pool_sync()
685 objset_t *os = ds->ds_objset; in dsl_pool_sync()
713 objset_t *os = ds->ds_objset; in dsl_pool_sync()
H A Ddmu_objset.c657 if (ds->ds_objset == NULL) { in dmu_objset_from_ds()
666 ASSERT(ds->ds_objset == NULL); in dmu_objset_from_ds()
667 ds->ds_objset = os; in dmu_objset_from_ds()
671 *osp = ds->ds_objset; in dmu_objset_from_ds()
H A Ddmu_recv.c912 gmep->gme_ds->ds_objset->os_raw_receive = B_FALSE; in free_guid_map_onexit()
1864 ds->ds_objset->os_raw_receive = B_FALSE; in dmu_recv_cleanup_ds()
2723 drc->drc_ds->ds_objset->os_raw_receive = B_FALSE; in dmu_recv_end_sync()
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Ddsl_dataset.h214 objset_t *ds_objset; member