Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddmu_send.c1932 uint64_t numfromredactsnaps; member
2516 if (dspp->numfromredactsnaps != NUM_SNAPS_NOT_REDACTED) { in dmu_send_impl()
2519 dspp->fromredactsnaps, (uint_t)dspp->numfromredactsnaps); in dmu_send_impl()
2520 if (dspp->numfromredactsnaps > 0) { in dmu_send_impl()
2522 dspp->numfromredactsnaps * sizeof (uint64_t)); in dmu_send_impl()
2714 &dspp.numfromredactsnaps, in dmu_send_obj()
2716 dspp.numfromredactsnaps = NUM_SNAPS_NOT_REDACTED; in dmu_send_obj()
2717 } else if (dspp.numfromredactsnaps > 0) { in dmu_send_obj()
2718 uint64_t size = dspp.numfromredactsnaps * in dmu_send_obj()
2736 dspp.numfromredactsnaps = NUM_SNAPS_NOT_REDACTED; in dmu_send_obj()
[all …]