HomeSort by: relevance | last modified time | path
    Searched refs:dmu_send_estimate (Results 1 - 3 of 3) sorted by relevancy

  /src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
dmu_send.h 50 int dmu_send_estimate(struct dsl_dataset *ds, struct dsl_dataset *fromds,
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
zfs_ioctl.c 4667 error = dmu_send_estimate(tosnap, fromsnap,
5768 * efficient dmu_send_estimate to estimate send space
5775 error = dmu_send_estimate(tosnap, fromsnap, &space);
5800 // If estimating the size of a full send, use dmu_send_estimate
5801 error = dmu_send_estimate(tosnap, NULL, &space);
dmu_send.c 1139 dmu_send_estimate(dsl_dataset_t *ds, dsl_dataset_t *fromds, uint64_t *sizep) function

Completed in 24 milliseconds