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

Method set_filepath2

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

Source from the content-addressed store, hash-verified

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); }
177 void set_caller_perms(const UserPerm& _perms) {

Callers 7

build_client_requestMethod · 0.45
file_blockdiffMethod · 0.45
lookup_hashMethod · 0.45
_lookup_nameMethod · 0.45
_removexattrMethod · 0.45
_renameMethod · 0.45
_linkMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected