tfhp             1568 fs/nfsd/vfs.c  				char *name, int len, struct svc_fh *tfhp)
tfhp             1578 fs/nfsd/vfs.c  	err = fh_verify(rqstp, tfhp, 0, NFSD_MAY_NOP);
tfhp             1582 fs/nfsd/vfs.c  	if (d_is_dir(tfhp->fh_dentry))
tfhp             1591 fs/nfsd/vfs.c  	host_err = fh_want_write(tfhp);
tfhp             1606 fs/nfsd/vfs.c  	dold = tfhp->fh_dentry;
tfhp             1615 fs/nfsd/vfs.c  			err = nfserrno(commit_metadata(tfhp));
tfhp             1626 fs/nfsd/vfs.c  	fh_drop_write(tfhp);
tfhp             1661 fs/nfsd/vfs.c  			    struct svc_fh *tfhp, char *tname, int tlen)
tfhp             1672 fs/nfsd/vfs.c  	err = fh_verify(rqstp, tfhp, S_IFDIR, NFSD_MAY_CREATE);
tfhp             1679 fs/nfsd/vfs.c  	tdentry = tfhp->fh_dentry;
tfhp             1696 fs/nfsd/vfs.c  	ffhp->fh_locked = tfhp->fh_locked = true;
tfhp             1698 fs/nfsd/vfs.c  	fill_pre_wcc(tfhp);
tfhp             1721 fs/nfsd/vfs.c  	if (ffhp->fh_export->ex_path.mnt != tfhp->fh_export->ex_path.mnt)
tfhp             1723 fs/nfsd/vfs.c  	if (ffhp->fh_export->ex_path.dentry != tfhp->fh_export->ex_path.dentry)
tfhp             1732 fs/nfsd/vfs.c  			host_err = commit_metadata(tfhp);
tfhp             1750 fs/nfsd/vfs.c  		fill_post_wcc(tfhp);
tfhp             1753 fs/nfsd/vfs.c  	ffhp->fh_locked = tfhp->fh_locked = false;