MCPcopy 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_diffFunction · 0.45
do_purge_snapsFunction · 0.45
write_extentMethod · 0.45
do_export_v2Function · 0.45
do_export_v1Function · 0.45
write_dataFunction · 0.45
finishMethod · 0.45
do_image_snap_fromFunction · 0.45
do_image_snap_toFunction · 0.45
do_image_resizeFunction · 0.45
do_import_v2Function · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected