Searched refs:dmu_send_estimate (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/zfs/sys/ |
H A D | dmu_send.h | 48 int dmu_send_estimate(struct dsl_dataset *ds, struct dsl_dataset *fromds,
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | zfs_ioctl.c | 4463 error = dmu_send_estimate(tosnap, fromsnap, compressok, 5511 * efficient dmu_send_estimate to estimate send space 5518 error = dmu_send_estimate(tosnap, fromsnap, compressok, 5544 // If estimating the size of a full send, use dmu_send_estimate 5545 error = dmu_send_estimate(tosnap, NULL, compressok, &space);
|
H A D | dmu_send.c | 1138 dmu_send_estimate(dsl_dataset_t *ds, dsl_dataset_t *fromds, function
|
Completed in 91 milliseconds