Searched refs:estimate_size (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_send/ |
| H A D | zfs_send_006_pos.ksh | 77 typeset refer_diff=$(echo "$refer_size - $estimate_size" | bc) 80 typeset file_diff=$(echo "$file_size - $estimate_size" | bc) 125 estimate_size=$(get_estimate_size $full_snapshot $options) 131 estimate_size=$(get_estimate_size $full_snapshot $options) 138 estimate_size=$(get_estimate_size $incremental_snapshot $options) 144 estimate_size=$(get_estimate_size $incremental_snapshot $options) 153 estimate_size=$(get_estimate_size $incremental_snapshot $options $full_snapshot) 155 estimate_size=$(get_estimate_size $incremental_snapshot $options $full_bookmark) 161 estimate_size=$(get_estimate_size $incremental_snapshot $options $full_snapshot) 194 estimate_size=$(get_estimate_size $full_snapshot $options) [all …]
|
| /f-stack/freebsd/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_sendrecv.c | 1453 estimate_size(zfs_handle_t *zhp, const char *from, int fd, sendflags_t *flags, in estimate_size() function 1736 error = estimate_size(zhp, fromname, outfd, &tmpflags, in zfs_send_resume_impl() 2477 err = estimate_size(zhp, from, fd, flags, 0, 0, 0, redactbook, in zfs_send_one()
|