Searched refs:ds_phys (Results 1 – 3 of 3) sorted by relevance
49 dsl_dataset_phys_t *ds_phys; in gg_ioc_get_gen() local74 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()
718 dsl_dataset_phys_t *ds_phys; in dmu_tx_hold_zap() local793 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()
88 dsl_dataset_phys_t *ds_phys; in parent_delta() local94 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()