Searched refs:realdn (Results 1 - 1 of 1) sorted by last modified time

/linux-master/fs/ceph/
H A Dinode.c1459 struct dentry *realdn; local
1465 * 'realdn' from its origin parent. We need to ensure that
1466 * origin parent's readdir cache will not reference 'realdn'
1468 realdn = d_find_any_alias(in);
1469 if (realdn) {
1470 struct ceph_dentry_info *di = ceph_dentry(realdn);
1471 spin_lock(&realdn->d_lock);
1473 realdn->d_op->d_prune(realdn);
1479 spin_unlock(&realdn
[all...]

Completed in 174 milliseconds