Lines Matching refs:ffhp
1573 nfsd_link(struct svc_rqst *rqstp, struct svc_fh *ffhp, in nfsd_link() argument
1581 err = fh_verify(rqstp, ffhp, S_IFDIR, NFSD_MAY_CREATE); in nfsd_link()
1603 fh_lock_nested(ffhp, I_MUTEX_PARENT); in nfsd_link()
1604 ddir = ffhp->fh_dentry; in nfsd_link()
1619 err = nfserrno(commit_metadata(ffhp)); in nfsd_link()
1631 fh_unlock(ffhp); in nfsd_link()
1666 nfsd_rename(struct svc_rqst *rqstp, struct svc_fh *ffhp, char *fname, int flen, in nfsd_rename() argument
1675 err = fh_verify(rqstp, ffhp, S_IFDIR, NFSD_MAY_REMOVE); in nfsd_rename()
1682 fdentry = ffhp->fh_dentry; in nfsd_rename()
1693 if (ffhp->fh_export->ex_path.mnt != tfhp->fh_export->ex_path.mnt) in nfsd_rename()
1695 if (ffhp->fh_export->ex_path.dentry != tfhp->fh_export->ex_path.dentry) in nfsd_rename()
1699 host_err = fh_want_write(ffhp); in nfsd_rename()
1708 ffhp->fh_locked = tfhp->fh_locked = true; in nfsd_rename()
1709 fill_pre_wcc(ffhp); in nfsd_rename()
1740 host_err = commit_metadata(ffhp); in nfsd_rename()
1755 fill_post_wcc(ffhp); in nfsd_rename()
1759 ffhp->fh_locked = tfhp->fh_locked = false; in nfsd_rename()
1760 fh_drop_write(ffhp); in nfsd_rename()