| 277 | std::list<ceph::condition_variable*> waitfor_deleg; |
| 278 | |
| 279 | Dentry *get_first_parent() { |
| 280 | ceph_assert(!dentries.empty()); |
| 281 | return *dentries.begin(); |
| 282 | } |
| 283 | |
| 284 | void make_long_path(filepath& p); |
| 285 | void make_short_path(filepath& p); |
no test coverage detected