Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ceph/ceph
/ update_progress
Method
update_progress
src/tools/rbd/action/Import.cc:55–61 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
53
}
54
55
void update_progress(uint64_t off)
56
{
57
if (size) {
58
pc.update_progress(off, size);
59
last_offset = off;
60
}
61
}
62
63
void update_progress()
64
{
Callers
13
do_merge_diff
Function · 0.45
do_purge_snaps
Function · 0.45
write_extent
Method · 0.45
do_export_v2
Function · 0.45
do_export_v1
Function · 0.45
write_data
Function · 0.45
finish
Method · 0.45
do_image_snap_from
Function · 0.45
do_image_snap_to
Function · 0.45
get_snap_protection_status
Function · 0.45
do_image_resize
Function · 0.45
do_import_v2
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected