Lines Matching refs:ffhp
1596 nfsd_link(struct svc_rqst *rqstp, struct svc_fh *ffhp, in nfsd_link() argument
1604 err = fh_verify(rqstp, ffhp, S_IFDIR, NFSD_MAY_CREATE); in nfsd_link()
1626 fh_lock_nested(ffhp, I_MUTEX_PARENT); in nfsd_link()
1627 ddir = ffhp->fh_dentry; in nfsd_link()
1642 err = nfserrno(commit_metadata(ffhp)); in nfsd_link()
1654 fh_unlock(ffhp); in nfsd_link()
1669 nfsd_rename(struct svc_rqst *rqstp, struct svc_fh *ffhp, char *fname, int flen, in nfsd_rename() argument
1677 err = fh_verify(rqstp, ffhp, S_IFDIR, NFSD_MAY_REMOVE); in nfsd_rename()
1684 fdentry = ffhp->fh_dentry; in nfsd_rename()
1694 host_err = fh_want_write(ffhp); in nfsd_rename()
1703 ffhp->fh_locked = tfhp->fh_locked = true; in nfsd_rename()
1704 fill_pre_wcc(ffhp); in nfsd_rename()
1728 if (ffhp->fh_export->ex_path.mnt != tfhp->fh_export->ex_path.mnt) in nfsd_rename()
1730 if (ffhp->fh_export->ex_path.dentry != tfhp->fh_export->ex_path.dentry) in nfsd_rename()
1737 host_err = commit_metadata(ffhp); in nfsd_rename()
1750 fill_post_wcc(ffhp); in nfsd_rename()
1753 ffhp->fh_locked = tfhp->fh_locked = false; in nfsd_rename()
1754 fh_drop_write(ffhp); in nfsd_rename()