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

Class dentry_off_lt

src/client/Client.cc:9879–9883  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9877}
9878
9879struct 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
9885int Client::_readdir_cache_cb(dir_result_t *dirp, add_dirent_cb_t cb, void *p,
9886 int caps, bool getref)

Callers 2

_readdir_cache_cbMethod · 0.70
_readdir_r_cbMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected