Home
last modified time | relevance | path

Searched refs:ds_creation_txg (Results 1 – 11 of 11) sorted by relevance

/freebsd-9-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
Ddsl_dataset.c685 dsphys->ds_creation_txg = tx->tx_txg == TXG_INITIAL ? 1 : tx->tx_txg; in dsl_dataset_create_sync_dd()
694 origin->ds_phys->ds_creation_txg; in dsl_dataset_create_sync_dd()
1250 dsphys->ds_creation_txg = crtxg; in dsl_dataset_snapshot_sync_impl()
1269 ds->ds_prev->ds_phys->ds_creation_txg); in dsl_dataset_snapshot_sync_impl()
1619 ds->ds_phys->ds_creation_txg); in dsl_dataset_stats()
1660 stat->dds_creation_txg = ds->ds_phys->ds_creation_txg; in dsl_dataset_fast_stat()
1720 snap->ds_phys->ds_creation_txg) { in dsl_dataset_modified_since_snap()
2235 origin_ds->ds_phys->ds_creation_txg, &ddpa->originusedsnap); in dsl_dataset_promote_check()
2302 origin_ds->ds_phys->ds_creation_txg; in dsl_dataset_promote_sync()
3103 oldsnap->ds_phys->ds_creation_txg) { in dsl_dataset_space_written()
[all …]
Ddsl_destroy.c306 ds_prev ? ds_prev->ds_phys->ds_creation_txg : 0); in dsl_destroy_snapshot_sync_impl()
346 ds->ds_phys->ds_creation_txg, tx); in dsl_destroy_snapshot_sync_impl()
364 ds->ds_phys->ds_creation_txg, in dsl_destroy_snapshot_sync_impl()
375 ds->ds_phys->ds_creation_txg, tx); in dsl_destroy_snapshot_sync_impl()
Ddmu_diff.c224 fromtxg = fromsnap->ds_phys->ds_creation_txg; in dmu_diff()
Ddsl_bookmark.c212 bmark_phys.zbm_creation_txg = snapds->ds_phys->ds_creation_txg; in dsl_bookmark_create_sync()
Ddsl_scan.c418 return (MIN(smt, ds->ds_phys->ds_creation_txg)); in dsl_scan_ds_maxtxg()
1092 ds->ds_phys->ds_creation_txg, tx) == 0); in dsl_scan_visitds()
1116 ds->ds_phys->ds_creation_txg, tx)); in dsl_scan_visitds()
Ddsl_pool.c739 ds->ds_phys->ds_prev_snap_txg = prev->ds_phys->ds_creation_txg; in upgrade_clones_cb()
Ddmu_send.c621 zb.zbm_creation_txg = fromds->ds_phys->ds_creation_txg; in dmu_send_obj()
694 fromds->ds_phys->ds_creation_txg; in dmu_send()
Ddsl_dir.c238 origin_phys->ds_creation_txg; in dsl_dir_hold_obj()
/freebsd-9-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
Ddsl_dataset.h101 uint64_t ds_creation_txg; member
/freebsd-9-stable/sys/cddl/boot/zfs/
Dzfsimpl.h969 uint64_t ds_creation_txg; member
/freebsd-9-stable/cddl/contrib/opensolaris/cmd/zdb/
Dzdb.c1267 (u_longlong_t)ds->ds_creation_txg); in dump_dsl_dataset()