Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddmu_send.c1930 uint64_t *fromredactsnaps; member
2519 dspp->fromredactsnaps, (uint_t)dspp->numfromredactsnaps); in dmu_send_impl()
2521 kmem_free(dspp->fromredactsnaps, in dmu_send_impl()
2523 dspp->fromredactsnaps = NULL; in dmu_send_impl()
2720 dspp.fromredactsnaps = kmem_zalloc(size, KM_SLEEP); in dmu_send_obj()
2721 memcpy(dspp.fromredactsnaps, fromredact, size); in dmu_send_obj()
2739 if (dspp.fromredactsnaps) in dmu_send_obj()
2740 kmem_free(dspp.fromredactsnaps, in dmu_send_obj()
2912 dspp.fromredactsnaps = kmem_zalloc(size, in dmu_send()
2914 memcpy(dspp.fromredactsnaps, fromredact, in dmu_send()
[all …]