Searched refs:udentry (Results 1 - 1 of 1) sorted by relevance

/linux-master/fs/ceph/
H A Dmds_client.c841 struct dentry *udentry, *found = NULL; local
853 udentry = di->dentry;
855 spin_lock(&udentry->d_lock);
856 if (udentry->d_name.hash != hash)
858 if (unlikely(udentry->d_parent != pdentry))
867 if (!d_same_name(udentry, pdentry, &dname))
870 found = dget_dlock(udentry);
871 spin_unlock(&udentry->d_lock);
874 spin_unlock(&udentry->d_lock);

Completed in 89 milliseconds