Searched refs:fromtxg (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | dmu_diff.c | 175 uint64_t fromtxg; in dmu_diff() local 205 fromtxg = dsl_dataset_phys(fromsnap)->ds_creation_txg; in dmu_diff() 225 error = traverse_dataset(tosnap, fromtxg, in dmu_diff()
|
H A D | dmu_send.c | 121 uint64_t fromtxg; /* Traverse from this txg */ member 1211 st_arg->fromtxg, &st_arg->resume, in send_traverse_thread() 1724 uint64_t fromtxg = srta->smta->to_arg->fromtxg; in piggyback_unmodified_spill() local 1728 !(BP_GET_LOGICAL_BIRTH(DN_SPILL_BLKPTR(dnp)) <= fromtxg)) in piggyback_unmodified_spill() 2078 dmu_sendstatus_t *dssp, uint64_t fromtxg, boolean_t rawok) in setup_to_thread() argument 2086 to_arg->fromtxg = fromtxg; in setup_to_thread() 2369 uint64_t fromtxg = dspp->ancestor_zb.zbm_creation_txg; in dmu_send_impl() local 2468 dsc.dsc_fromtxg = fromtxg; in dmu_send_impl() 2562 setup_to_thread(to_arg, os, dssp, fromtxg, dspp->rawok); in dmu_send_impl()
|