| 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; } |
no outgoing calls
no test coverage detected