Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/fs/zfs/sys/
H A Ddmu_send.h46 int dmu_send_estimate(struct dsl_dataset *ds, struct dsl_dataset *fromds,
/titanic_44/usr/src/uts/common/fs/zfs/
H A Dzfs_ioctl.c4406 error = dmu_send_estimate(tosnap, fromsnap, in zfs_ioc_send()
5438 error = dmu_send_estimate(tosnap, fromsnap, &space); in zfs_ioc_send_space()
5464 error = dmu_send_estimate(tosnap, NULL, &space); in zfs_ioc_send_space()
H A Ddmu_send.c1045 dmu_send_estimate(dsl_dataset_t *ds, dsl_dataset_t *fromds, uint64_t *sizep) in dmu_send_estimate() function