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

Method _schedule_invalidate_callback

src/client/Client.cc:4608–4613  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4606}
4607
4608void Client::_schedule_invalidate_callback(Inode *in, int64_t off, int64_t len) {
4609
4610 if (ino_invalidate_cb)
4611 // we queue the invalidate, which calls the callback and decrements the ref
4612 async_ino_invalidator.queue(new C_Client_CacheInvalidate(this, in, off, len));
4613}
4614
4615void Client::_invalidate_inode_cache(Inode *in)
4616{

Callers

nothing calls this directly

Calls 1

queueMethod · 0.45

Tested by

no test coverage detected