Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddmu_diff.c171 uint64_t fromtxg; in dmu_diff() local
201 fromtxg = dsl_dataset_phys(fromsnap)->ds_creation_txg; in dmu_diff()
221 error = traverse_dataset(tosnap, fromtxg, in dmu_diff()
H A Ddmu_send.c79 uint64_t fromtxg; /* Traverse from this txg */ member
712 st_arg->fromtxg, &st_arg->resume, in send_traverse_thread()
962 uint64_t fromtxg = 0; in dmu_send_impl() local
1063 fromtxg = ancestor_zb->zbm_creation_txg; in dmu_send_impl()
1080 dsp->dsa_fromtxg = fromtxg; in dmu_send_impl()
1152 to_arg.fromtxg = fromtxg; in dmu_send_impl()
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Ddmu_send.h47 int dmu_send_estimate_from_txg(struct dsl_dataset *ds, uint64_t fromtxg,