Lines Matching refs:fh_dentry

251 	dparent = fhp->fh_dentry;  in nfsd_lookup_dentry()
356 struct inode *inode = d_inode(fhp->fh_dentry); in commit_metadata()
400 struct inode *inode = d_inode(fhp->fh_dentry); in nfsd_get_write_access()
405 err = nfsd_permission(rqstp, fhp->fh_export, fhp->fh_dentry, in nfsd_get_write_access()
504 get_write_count = !fhp->fh_dentry; in nfsd_setattr()
516 dentry = fhp->fh_dentry; in nfsd_setattr()
756 dentry = fhp->fh_dentry; in nfsd_access()
828 path.dentry = fhp->fh_dentry; in __nfsd_open()
1238 maxbytes = (u64)fhp->fh_dentry->d_sb->s_maxbytes; in nfsd_commit()
1354 dentry = fhp->fh_dentry; in nfsd_create_locked()
1357 dchild = dget(resfhp->fh_dentry); in nfsd_create_locked()
1393 dput(resfhp->fh_dentry); in nfsd_create_locked()
1394 resfhp->fh_dentry = dget(d); in nfsd_create_locked()
1450 dentry = fhp->fh_dentry; in nfsd_create()
1498 path.dentry = fhp->fh_dentry; in nfsd_readlink()
1558 dentry = fhp->fh_dentry; in nfsd_symlink()
1604 if (d_is_dir(tfhp->fh_dentry)) in nfsd_link()
1619 ddir = ffhp->fh_dentry; in nfsd_link()
1629 dold = tfhp->fh_dentry; in nfsd_link()
1702 fdentry = ffhp->fh_dentry; in nfsd_rename()
1705 tdentry = tfhp->fh_dentry; in nfsd_rename()
1832 dentry = fhp->fh_dentry; in nfsd_unlink()
2065 .dentry = fhp->fh_dentry, in nfsd_statfs()
2134 dentry = fhp->fh_dentry; in nfsd_getxattr()
2206 dentry = fhp->fh_dentry; in nfsd_listxattr()
2274 inode_lock(fhp->fh_dentry->d_inode); in nfsd_removexattr()
2277 ret = __vfs_removexattr_locked(&nop_mnt_idmap, fhp->fh_dentry, in nfsd_removexattr()
2281 inode_unlock(fhp->fh_dentry->d_inode); in nfsd_removexattr()
2301 inode_lock(fhp->fh_dentry->d_inode); in nfsd_setxattr()
2304 ret = __vfs_setxattr_locked(&nop_mnt_idmap, fhp->fh_dentry, name, buf, in nfsd_setxattr()
2307 inode_unlock(fhp->fh_dentry->d_inode); in nfsd_setxattr()