Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/lib/libzfs/
H A Dlibzfs_sendrecv.c235 uint64_t tosnap_txg; member
303 if (sd->tosnap_txg != 0 && txg > sd->tosnap_txg) { in send_iterate_snap()
474 uint64_t tosnap_txg_save = sd->tosnap_txg; in send_iterate_fs()
477 uint64_t fromsnap_txg, tosnap_txg; in send_iterate_fs() local
485 if (tosnap_txg != 0) in send_iterate_fs()
486 sd->tosnap_txg = tosnap_txg; in send_iterate_fs()
497 if (sd->tosnap != NULL && tosnap_txg == 0) { in send_iterate_fs()
498 if (sd->tosnap_txg != 0 && txg > sd->tosnap_txg) { in send_iterate_fs()
587 if (!sd->replicate && tosnap_txg != 0) in send_iterate_fs()
588 max_txg = tosnap_txg; in send_iterate_fs()
[all …]