Lines Matching refs:dn
1346 struct dentry *dn; in ceph_unlink() local
1366 dn = d_find_alias(dir); in ceph_unlink()
1367 if (!dn) { in ceph_unlink()
1370 path = ceph_mdsc_build_path(mdsc, dn, &pathlen, &pathbase, 0); in ceph_unlink()
1378 dput(dn); in ceph_unlink()
1540 struct dentry *dn = di->dentry; in __ceph_dentry_lease_touch() local
1541 struct ceph_mds_client *mdsc = ceph_sb_to_fs_client(dn->d_sb)->mdsc; in __ceph_dentry_lease_touch()
1544 doutc(cl, "%p %p '%pd'\n", di, dn, dn); in __ceph_dentry_lease_touch()
1574 struct dentry *dn = di->dentry; in __ceph_dentry_dir_lease_touch() local
1575 struct ceph_mds_client *mdsc = ceph_sb_to_fs_client(dn->d_sb)->mdsc; in __ceph_dentry_dir_lease_touch()
1578 doutc(cl, "%p %p '%pd' (offset 0x%llx)\n", di, dn, dn, di->offset); in __ceph_dentry_dir_lease_touch()
2190 unsigned ceph_dentry_hash(struct inode *dir, struct dentry *dn) in ceph_dentry_hash() argument
2198 return dn->d_name.hash; in ceph_dentry_hash()
2201 spin_lock(&dn->d_lock); in ceph_dentry_hash()
2203 dn->d_name.name, dn->d_name.len); in ceph_dentry_hash()
2204 spin_unlock(&dn->d_lock); in ceph_dentry_hash()