ffhp             1567 fs/nfsd/vfs.c  nfsd_link(struct svc_rqst *rqstp, struct svc_fh *ffhp,
ffhp             1575 fs/nfsd/vfs.c  	err = fh_verify(rqstp, ffhp, S_IFDIR, NFSD_MAY_CREATE);
ffhp             1597 fs/nfsd/vfs.c  	fh_lock_nested(ffhp, I_MUTEX_PARENT);
ffhp             1598 fs/nfsd/vfs.c  	ddir = ffhp->fh_dentry;
ffhp             1613 fs/nfsd/vfs.c  		err = nfserrno(commit_metadata(ffhp));
ffhp             1625 fs/nfsd/vfs.c  	fh_unlock(ffhp);
ffhp             1660 fs/nfsd/vfs.c  nfsd_rename(struct svc_rqst *rqstp, struct svc_fh *ffhp, char *fname, int flen,
ffhp             1669 fs/nfsd/vfs.c  	err = fh_verify(rqstp, ffhp, S_IFDIR, NFSD_MAY_REMOVE);
ffhp             1676 fs/nfsd/vfs.c  	fdentry = ffhp->fh_dentry;
ffhp             1687 fs/nfsd/vfs.c  	host_err = fh_want_write(ffhp);
ffhp             1696 fs/nfsd/vfs.c  	ffhp->fh_locked = tfhp->fh_locked = true;
ffhp             1697 fs/nfsd/vfs.c  	fill_pre_wcc(ffhp);
ffhp             1721 fs/nfsd/vfs.c  	if (ffhp->fh_export->ex_path.mnt != tfhp->fh_export->ex_path.mnt)
ffhp             1723 fs/nfsd/vfs.c  	if (ffhp->fh_export->ex_path.dentry != tfhp->fh_export->ex_path.dentry)
ffhp             1734 fs/nfsd/vfs.c  				host_err = commit_metadata(ffhp);
ffhp             1749 fs/nfsd/vfs.c  		fill_post_wcc(ffhp);
ffhp             1753 fs/nfsd/vfs.c  	ffhp->fh_locked = tfhp->fh_locked = false;
ffhp             1754 fs/nfsd/vfs.c  	fh_drop_write(ffhp);