Home
last modified time | relevance | path

Searched refs:newds (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/uts/common/fs/zfs/
H A Ddmu_send.c1378 dsl_dataset_t *ds, *newds; in dmu_recv_begin_sync() local
1420 VERIFY0(dsl_dataset_own_obj(dp, dsobj, dmu_recv_tag, &newds)); in dmu_recv_begin_sync()
1423 dsl_dataset_zapify(newds, tx); in dmu_recv_begin_sync()
1447 dmu_buf_will_dirty(newds->ds_dbuf, tx); in dmu_recv_begin_sync()
1448 dsl_dataset_phys(newds)->ds_flags |= DS_FLAG_INCONSISTENT; in dmu_recv_begin_sync()
1454 if (BP_IS_HOLE(dsl_dataset_get_blkptr(newds))) { in dmu_recv_begin_sync()
1456 newds, dsl_dataset_get_blkptr(newds), drrb->drr_type, tx); in dmu_recv_begin_sync()
1459 drba->drba_cookie->drc_ds = newds; in dmu_recv_begin_sync()
1461 spa_history_log_internal_ds(newds, "receive", tx, ""); in dmu_recv_begin_sync()
H A Ddmu_objset.c623 dsl_dataset_t *ds, *newds; in dmu_objset_refresh_ownership() local
635 VERIFY0(dsl_dataset_own(dp, name, tag, &newds)); in dmu_objset_refresh_ownership()
636 VERIFY3P(newds, ==, os->os_dsl_dataset); in dmu_objset_refresh_ownership()