Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_send/
H A Dzfs_send_006_pos.ksh77 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)
163 estimate_size=$(get_estimate_size $incremental_snapshot $options $full_bookmark)
[all …]
/freebsd/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_sendrecv.c1616 estimate_size(zfs_handle_t *zhp, const char *from, int fd, sendflags_t *flags, in estimate_size() function
1933 error = estimate_size(zhp, fromname, outfd, &tmpflags, in zfs_send_resume_impl_cb_impl()
2745 err = estimate_size(zhp, from, fd, flags, 0, 0, 0, redactbook, in zfs_send_one_cb_impl()