Lines Matching refs:ffhp
1576 nfsd_link(struct svc_rqst *rqstp, struct svc_fh *ffhp, in nfsd_link() argument
1584 err = fh_verify(rqstp, ffhp, S_IFDIR, NFSD_MAY_CREATE); in nfsd_link()
1606 fh_lock_nested(ffhp, I_MUTEX_PARENT); in nfsd_link()
1607 ddir = ffhp->fh_dentry; in nfsd_link()
1622 err = nfserrno(commit_metadata(ffhp)); in nfsd_link()
1634 fh_unlock(ffhp); in nfsd_link()
1649 nfsd_rename(struct svc_rqst *rqstp, struct svc_fh *ffhp, char *fname, int flen, in nfsd_rename() argument
1657 err = fh_verify(rqstp, ffhp, S_IFDIR, NFSD_MAY_REMOVE); in nfsd_rename()
1664 fdentry = ffhp->fh_dentry; in nfsd_rename()
1674 host_err = fh_want_write(ffhp); in nfsd_rename()
1683 ffhp->fh_locked = tfhp->fh_locked = true; in nfsd_rename()
1684 fill_pre_wcc(ffhp); in nfsd_rename()
1708 if (ffhp->fh_export->ex_path.mnt != tfhp->fh_export->ex_path.mnt) in nfsd_rename()
1710 if (ffhp->fh_export->ex_path.dentry != tfhp->fh_export->ex_path.dentry) in nfsd_rename()
1717 host_err = commit_metadata(ffhp); in nfsd_rename()
1730 fill_post_wcc(ffhp); in nfsd_rename()
1733 ffhp->fh_locked = tfhp->fh_locked = false; in nfsd_rename()
1734 fh_drop_write(ffhp); in nfsd_rename()