Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dvdev_rebuild.c670 uint64_t bytes_est = vrp->vrp_bytes_scanned; in vdev_rebuild_update_bytes_est() local
679 bytes_est += metaslab_allocated_space(msp); in vdev_rebuild_update_bytes_est()
683 vrp->vrp_bytes_est = bytes_est; in vdev_rebuild_update_bytes_est()
/f-stack/freebsd/contrib/openzfs/cmd/zpool/
H A Dzpool_main.c7438 uint64_t bytes_est = vrs->vrs_bytes_est; in print_rebuild_status_impl() local
7444 (bytes_est + 1), 100); in print_rebuild_status_impl()
7456 zfs_nicebytes(bytes_est, bytes_est_buf, sizeof (bytes_est_buf)); in print_rebuild_status_impl()
7481 secs_to_dhms(MAX((int64_t)bytes_est - (int64_t)bytes_scanned, 0) / in print_rebuild_status_impl()