MCPcopy Create free account
hub / github.com/ceph/ceph / aio_remove

Method aio_remove

src/librbd/ObjectMap.cc:54–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52
53template <typename I>
54int ObjectMap<I>::aio_remove(librados::IoCtx &io_ctx, const std::string &image_id,
55 librados::AioCompletion *c) {
56 return io_ctx.aio_remove(object_map_name(image_id, CEPH_NOSNAP), c);
57}
58
59template <typename I>
60std::string ObjectMap<I>::object_map_name(const std::string &image_id,

Callers 13

shrink_allocMethod · 0.45
remove_object_mapMethod · 0.45
remove_header_objectMethod · 0.45
remove_id_objectMethod · 0.45
remove_headerMethod · 0.45
remove_header_v2Method · 0.45
remove_id_objectMethod · 0.45
sendMethod · 0.45
remove_idMethod · 0.45
removeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected