Lines Matching refs:tfhp
1615 char *name, int len, struct svc_fh *tfhp) in nfsd_link() argument
1625 err = fh_verify(rqstp, tfhp, -S_IFDIR, NFSD_MAY_NOP); in nfsd_link()
1645 dold = tfhp->fh_dentry; in nfsd_link()
1647 host_err = mnt_want_write(tfhp->fh_export->ex_path.mnt); in nfsd_link()
1662 err = nfserrno(commit_metadata(tfhp)); in nfsd_link()
1670 mnt_drop_write(tfhp->fh_export->ex_path.mnt); in nfsd_link()
1689 struct svc_fh *tfhp, char *tname, int tlen) in nfsd_rename() argument
1699 err = fh_verify(rqstp, tfhp, S_IFDIR, NFSD_MAY_CREATE); in nfsd_rename()
1706 tdentry = tfhp->fh_dentry; in nfsd_rename()
1710 if (ffhp->fh_export != tfhp->fh_export) in nfsd_rename()
1720 ffhp->fh_locked = tfhp->fh_locked = 1; in nfsd_rename()
1722 fill_pre_wcc(tfhp); in nfsd_rename()
1745 if (ffhp->fh_export->ex_path.mnt != tfhp->fh_export->ex_path.mnt) in nfsd_rename()
1761 host_err = commit_metadata(tfhp); in nfsd_rename()
1779 fill_post_wcc(tfhp); in nfsd_rename()
1781 ffhp->fh_locked = tfhp->fh_locked = 0; in nfsd_rename()