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

Method get_ino

src/include/filepath.h:87–87  ·  view source on GitHub ↗

accessors

Source from the content-addressed store, hash-verified

85
86 // accessors
87 inodeno_t get_ino() const { return ino; }
88 const std::string& get_path() const { return path; }
89 void set_trimmed();
90 std::string get_trimmed_path() const;

Callers 7

send_reconnectMethod · 0.45
handle_leaseMethod · 0.45
handle_capsMethod · 0.45
handle_cap_importMethod · 0.45
handle_cap_exportMethod · 0.45
handle_cap_grantMethod · 0.45
filepath.ccFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected