Home
last modified time | relevance | path

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

/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Ddmu_send.c975 dsl_dataset_t *fromds = NULL; in dmu_send_obj() local
992 err = dsl_dataset_hold_obj(dp, fromsnap, FTAG, &fromds); in dmu_send_obj()
998 if (!dsl_dataset_is_before(ds, fromds, 0)) in dmu_send_obj()
1001 dsl_dataset_phys(fromds)->ds_creation_time; in dmu_send_obj()
1002 zb.zbm_creation_txg = dsl_dataset_phys(fromds)->ds_creation_txg; in dmu_send_obj()
1003 zb.zbm_guid = dsl_dataset_phys(fromds)->ds_guid; in dmu_send_obj()
1004 is_clone = (fromds->ds_dir != ds->ds_dir); in dmu_send_obj()
1005 dsl_dataset_rele(fromds, FTAG); in dmu_send_obj()
1068 dsl_dataset_t *fromds; in dmu_send() local
1069 err = dsl_dataset_hold(dp, fromsnap, FTAG, &fromds); in dmu_send()
[all …]
/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Ddmu_send.h50 int dmu_send_estimate(struct dsl_dataset *ds, struct dsl_dataset *fromds,