Home
last modified time | relevance | path

Searched refs:ds_phys (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/uts/common/fs/getgen/
H A Dgetgen.c49 dsl_dataset_phys_t *ds_phys; in gg_ioc_get_gen() local
74 ds_phys = dsl_dataset_phys(zfsvfs->z_os->os_dsl_dataset); in gg_ioc_get_gen()
80 gg.guid = ds_phys->ds_guid; in gg_ioc_get_gen()
119 gg.generation = ds_phys->ds_bp.blk_birth; in gg_ioc_get_gen()
/titanic_44/usr/src/uts/common/fs/zfs/
H A Ddmu_tx.c718 dsl_dataset_phys_t *ds_phys; in dmu_tx_hold_zap() local
793 ds_phys = dsl_dataset_phys(dn->dn_objset->os_dsl_dataset); in dmu_tx_hold_zap()
795 if (ds_phys->ds_prev_snap_obj) in dmu_tx_hold_zap()
H A Ddsl_dataset.c88 dsl_dataset_phys_t *ds_phys; in parent_delta() local
94 ds_phys = dsl_dataset_phys(ds); in parent_delta()
95 old_bytes = MAX(ds_phys->ds_unique_bytes, ds->ds_reserved); in parent_delta()
96 new_bytes = MAX(ds_phys->ds_unique_bytes + delta, ds->ds_reserved); in parent_delta()