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

Method set_filepath

src/client/MetaRequest.h:173–173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

171 void inc_num_fwd() { head.ext_num_fwd = head.ext_num_fwd + 1; }
172 void set_retry_attempt(int a) { head.ext_num_retry = a; }
173 void set_filepath(const filepath& fp) { path = fp; }
174 void set_filepath2(const filepath& fp) { path2 = fp; }
175 void set_alternate_name(std::string an) { alternate_name = an; }
176 void set_string2(const char *s) { path2.set_path(std::string_view(s), 0); }

Callers 15

build_client_requestMethod · 0.45
mountMethod · 0.45
_do_lookupMethod · 0.45
_lookupMethod · 0.45
_getattrMethod · 0.45
_getvxattrMethod · 0.45
_do_setattrMethod · 0.45
readdir_r_cbMethod · 0.45
file_blockdiffMethod · 0.45
readdir_snapdiffMethod · 0.45
lookup_hashMethod · 0.45
_lookup_vinoMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected