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

Method touch_cap_bottom

src/mds/SessionMap.cc:54–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54void Session::touch_cap_bottom(Capability *cap) {
55 session_cache_liveness.hit(1.0);
56 caps.push_back(&cap->item_session_caps);
57}
58
59void Session::touch_lease(ClientLease *r) {
60 session_cache_liveness.hit(1.0);

Callers 2

CapabilityMethod · 0.80
maybe_clear_notableMethod · 0.80

Calls 2

hitMethod · 0.80
push_backMethod · 0.45

Tested by

no test coverage detected