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

Method test_flags

src/librbd/ImageCtx.cc:623–628  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

621 }
622
623 int ImageCtx::test_flags(librados::snap_t in_snap_id,
624 uint64_t flags, bool *flags_set) const
625 {
626 std::shared_lock l{image_lock};
627 return test_flags(in_snap_id, flags, image_lock, flags_set);
628 }
629
630 int ImageCtx::test_flags(librados::snap_t in_snap_id,
631 uint64_t flags,

Callers 2

object_may_existMethod · 0.45
invalidateMethod · 0.45

Calls 1

get_flagsFunction · 0.70

Tested by

no test coverage detected