| 5983 | } |
| 5984 | |
| 5985 | void 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 | |
| 5991 | void Client::_try_to_trim_inode(Inode *in, bool sched_inval) |
| 5992 | { |