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

Method get_wanted

src/messages/MClientCaps.h:82–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80
81 int get_caps() const { return head.caps; }
82 int get_wanted() const { return head.wanted; }
83 int get_dirty() const { return head.dirty; }
84 ceph_seq_t get_seq() const { return head.seq; }
85 ceph_seq_t get_issue_seq() const { return head.issue_seq; }

Callers 2

handle_cap_importMethod · 0.80
handle_client_capsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected