Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Ddmu_recv.c772 dsl_dataset_t *ds, *newds; in dmu_recv_begin_sync() local
838 &newds)); in dmu_recv_begin_sync()
839 if (dsl_dataset_feature_is_active(newds, in dmu_recv_begin_sync()
847 dsl_dataset_deactivate_feature(newds, in dmu_recv_begin_sync()
850 VERIFY0(dmu_objset_from_ds(newds, &os)); in dmu_recv_begin_sync()
853 dsl_dataset_zapify(newds, tx); in dmu_recv_begin_sync()
918 dmu_buf_will_dirty(newds->ds_dbuf, tx); in dmu_recv_begin_sync()
928 if (BP_IS_HOLE(dsl_dataset_get_blkptr(newds)) && in dmu_recv_begin_sync()
931 newds, dsl_dataset_get_blkptr(newds), drrb->drr_type, tx); in dmu_recv_begin_sync()
933 rrw_exit(&newds->ds_bp_rwlock, FTAG); in dmu_recv_begin_sync()
[all …]
H A Ddsl_crypt.c2063 boolean_t newds = B_FALSE; in dsl_crypto_recv_raw_objset_sync() local
2088 newds = B_TRUE; in dsl_crypto_recv_raw_objset_sync()
2119 if (newds) { in dsl_crypto_recv_raw_objset_sync()
H A Ddmu_objset.c848 dmu_objset_refresh_ownership(dsl_dataset_t *ds, dsl_dataset_t **newds, in dmu_objset_refresh_ownership() argument
864 VERIFY0(dsl_dataset_own(dp, name, flags, tag, newds)); in dmu_objset_refresh_ownership()
H A Dzfs_ioctl.c5871 dsl_dataset_t *ds, *newds; in zfs_ioc_userspace_upgrade() local
5876 dmu_objset_refresh_ownership(ds, &newds, in zfs_ioc_userspace_upgrade()
5878 error = zfs_resume_fs(zfsvfs, newds); in zfs_ioc_userspace_upgrade()
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Ddsl_dataset.h423 int dsl_dataset_space_written(dsl_dataset_t *oldsnap, dsl_dataset_t *newds,
426 dsl_dataset_t *newds, uint64_t *usedp, uint64_t *compp, uint64_t *uncompp);
H A Ddmu_objset.h217 struct dsl_dataset **newds, boolean_t decrypt, void *tag);