Lines Matching refs:fh_dentry

184 	dparent = fhp->fh_dentry;  in nfsd_lookup_dentry()
289 struct inode *inode = d_inode(fhp->fh_dentry); in commit_metadata()
333 struct inode *inode = d_inode(fhp->fh_dentry); in nfsd_get_write_access()
338 err = nfsd_permission(rqstp, fhp->fh_export, fhp->fh_dentry, in nfsd_get_write_access()
437 get_write_count = !fhp->fh_dentry; in nfsd_setattr()
449 dentry = fhp->fh_dentry; in nfsd_setattr()
689 dentry = fhp->fh_dentry; in nfsd_access()
761 path.dentry = fhp->fh_dentry; in __nfsd_open()
1174 maxbytes = (u64)fhp->fh_dentry->d_sb->s_maxbytes; in nfsd_commit()
1292 dentry = fhp->fh_dentry; in nfsd_create_locked()
1295 dchild = dget(resfhp->fh_dentry); in nfsd_create_locked()
1331 dput(resfhp->fh_dentry); in nfsd_create_locked()
1332 resfhp->fh_dentry = dget(d); in nfsd_create_locked()
1388 dentry = fhp->fh_dentry; in nfsd_create()
1436 path.dentry = fhp->fh_dentry; in nfsd_readlink()
1496 dentry = fhp->fh_dentry; in nfsd_symlink()
1542 if (d_is_dir(tfhp->fh_dentry)) in nfsd_link()
1557 ddir = ffhp->fh_dentry; in nfsd_link()
1567 dold = tfhp->fh_dentry; in nfsd_link()
1640 fdentry = ffhp->fh_dentry; in nfsd_rename()
1643 tdentry = tfhp->fh_dentry; in nfsd_rename()
1770 dentry = fhp->fh_dentry; in nfsd_unlink()
2003 .dentry = fhp->fh_dentry, in nfsd_statfs()
2072 dentry = fhp->fh_dentry; in nfsd_getxattr()
2144 dentry = fhp->fh_dentry; in nfsd_listxattr()
2212 inode_lock(fhp->fh_dentry->d_inode); in nfsd_removexattr()
2215 ret = __vfs_removexattr_locked(&init_user_ns, fhp->fh_dentry, in nfsd_removexattr()
2219 inode_unlock(fhp->fh_dentry->d_inode); in nfsd_removexattr()
2239 inode_lock(fhp->fh_dentry->d_inode); in nfsd_setxattr()
2242 ret = __vfs_setxattr_locked(&init_user_ns, fhp->fh_dentry, name, buf, in nfsd_setxattr()
2245 inode_unlock(fhp->fh_dentry->d_inode); in nfsd_setxattr()