Lines Matching refs:fh_dentry
251 dparent = fhp->fh_dentry; in nfsd_lookup_dentry()
374 struct inode *inode = d_inode(fhp->fh_dentry); in commit_metadata()
420 struct inode *inode = d_inode(fhp->fh_dentry); in nfsd_get_write_access()
426 fhp->fh_export, fhp->fh_dentry, in nfsd_get_write_access()
523 get_write_count = !fhp->fh_dentry; in nfsd_setattr()
535 dentry = fhp->fh_dentry; in nfsd_setattr()
802 dentry = fhp->fh_dentry; in nfsd_access()
874 path.dentry = fhp->fh_dentry; in __nfsd_open()
1355 maxbytes = (u64)fhp->fh_dentry->d_sb->s_maxbytes; in nfsd_commit()
1470 dentry = fhp->fh_dentry; in nfsd_create_locked()
1473 dchild = dget(resfhp->fh_dentry); in nfsd_create_locked()
1510 dput(resfhp->fh_dentry); in nfsd_create_locked()
1511 resfhp->fh_dentry = dget(d); in nfsd_create_locked()
1567 dentry = fhp->fh_dentry; in nfsd_create()
1617 path.dentry = fhp->fh_dentry; in nfsd_readlink()
1677 dentry = fhp->fh_dentry; in nfsd_symlink()
1726 if (d_is_dir(tfhp->fh_dentry)) in nfsd_link()
1741 ddir = ffhp->fh_dentry; in nfsd_link()
1751 dold = tfhp->fh_dentry; in nfsd_link()
1823 fdentry = ffhp->fh_dentry; in nfsd_rename()
1826 tdentry = tfhp->fh_dentry; in nfsd_rename()
1963 dentry = fhp->fh_dentry; in nfsd_unlink()
2242 .dentry = fhp->fh_dentry, in nfsd_statfs()
2311 dentry = fhp->fh_dentry; in nfsd_getxattr()
2383 dentry = fhp->fh_dentry; in nfsd_listxattr()
2448 inode_lock(fhp->fh_dentry->d_inode); in nfsd_removexattr()
2452 ret = __vfs_removexattr_locked(&nop_mnt_idmap, fhp->fh_dentry, in nfsd_removexattr()
2457 inode_unlock(fhp->fh_dentry->d_inode); in nfsd_removexattr()
2477 inode_lock(fhp->fh_dentry->d_inode); in nfsd_setxattr()
2481 ret = __vfs_setxattr_locked(&nop_mnt_idmap, fhp->fh_dentry, in nfsd_setxattr()
2486 inode_unlock(fhp->fh_dentry->d_inode); in nfsd_setxattr()