| 9877 | } |
| 9878 | |
| 9879 | struct dentry_off_lt { |
| 9880 | bool operator()(const Dentry* dn, int64_t off) const { |
| 9881 | return dir_result_t::fpos_cmp(dn->offset, off) < 0; |
| 9882 | } |
| 9883 | }; |
| 9884 | |
| 9885 | int Client::_readdir_cache_cb(dir_result_t *dirp, add_dirent_cb_t cb, void *p, |
| 9886 | int caps, bool getref) |
no outgoing calls
no test coverage detected