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

Method _schedule_invalidate_dentry_callback

src/client/Client.cc:5985–5989  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5983}
5984
5985void Client::_schedule_invalidate_dentry_callback(Dentry *dn, bool del)
5986{
5987 if (dentry_invalidate_cb && dn->inode->ll_ref > 0)
5988 async_dentry_invalidator.queue(new C_Client_DentryInvalidate(this, dn, del));
5989}
5990
5991void Client::_try_to_trim_inode(Inode *in, bool sched_inval)
5992{

Callers

nothing calls this directly

Calls 1

queueMethod · 0.45

Tested by

no test coverage detected