Lines Matching refs:tfhp
1604 char *name, int len, struct svc_fh *tfhp) in nfsd_link() argument
1614 err = fh_verify(rqstp, tfhp, 0, NFSD_MAY_NOP); in nfsd_link()
1618 if (d_is_dir(tfhp->fh_dentry)) in nfsd_link()
1627 host_err = fh_want_write(tfhp); in nfsd_link()
1642 dold = tfhp->fh_dentry; in nfsd_link()
1651 err = nfserrno(commit_metadata(tfhp)); in nfsd_link()
1662 fh_drop_write(tfhp); in nfsd_link()
1677 struct svc_fh *tfhp, char *tname, int tlen) in nfsd_rename() argument
1687 err = fh_verify(rqstp, tfhp, S_IFDIR, NFSD_MAY_CREATE); in nfsd_rename()
1694 tdentry = tfhp->fh_dentry; in nfsd_rename()
1710 ffhp->fh_locked = tfhp->fh_locked = 1; in nfsd_rename()
1712 fill_pre_wcc(tfhp); in nfsd_rename()
1735 if (ffhp->fh_export->ex_path.mnt != tfhp->fh_export->ex_path.mnt) in nfsd_rename()
1737 if (ffhp->fh_export->ex_path.dentry != tfhp->fh_export->ex_path.dentry) in nfsd_rename()
1742 host_err = commit_metadata(tfhp); in nfsd_rename()
1758 fill_post_wcc(tfhp); in nfsd_rename()
1760 ffhp->fh_locked = tfhp->fh_locked = 0; in nfsd_rename()