Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/zfs/
H A Ddmu_send.c886 dsl_dataset_t *fromds = NULL; in dmu_send_obj() local
903 err = dsl_dataset_hold_obj(dp, fromsnap, FTAG, &fromds); in dmu_send_obj()
909 if (!dsl_dataset_is_before(ds, fromds, 0)) in dmu_send_obj()
912 dsl_dataset_phys(fromds)->ds_creation_time; in dmu_send_obj()
913 zb.zbm_creation_txg = dsl_dataset_phys(fromds)->ds_creation_txg; in dmu_send_obj()
914 zb.zbm_guid = dsl_dataset_phys(fromds)->ds_guid; in dmu_send_obj()
915 is_clone = (fromds->ds_dir != ds->ds_dir); in dmu_send_obj()
916 dsl_dataset_rele(fromds, FTAG); in dmu_send_obj()
975 dsl_dataset_t *fromds; in dmu_send() local
976 err = dsl_dataset_hold(dp, fromsnap, FTAG, &fromds); in dmu_send()
[all …]
/titanic_50/usr/src/uts/common/fs/zfs/sys/
H A Ddmu_send.h47 int dmu_send_estimate(struct dsl_dataset *ds, struct dsl_dataset *fromds,