| 6468 | } |
| 6469 | |
| 6470 | filepath Client::walk_dentry_result::getpath() const |
| 6471 | { |
| 6472 | ceph_assert(diri); |
| 6473 | auto path = filepath(diri->ino); |
| 6474 | if (dname.size()) { |
| 6475 | diri->make_nosnap_relative_path(path); |
| 6476 | path.push_dentry(dname); |
| 6477 | } |
| 6478 | return path; |
| 6479 | } |
| 6480 | |
| 6481 | |
| 6482 | void Client::walk_dentry_result::print(std::ostream& os) const |
no test coverage detected