Lines Matching refs:tfhp
1206 char *name, int len, struct svc_fh *tfhp) in nfsd_link() argument
1215 err = fh_verify(rqstp, tfhp, -S_IFDIR, MAY_NOP); in nfsd_link()
1235 dold = tfhp->fh_dentry; in nfsd_link()
1267 struct svc_fh *tfhp, char *tname, int tlen) in nfsd_rename() argument
1276 err = fh_verify(rqstp, tfhp, S_IFDIR, MAY_CREATE); in nfsd_rename()
1283 tdentry = tfhp->fh_dentry; in nfsd_rename()
1297 ffhp->fh_locked = tfhp->fh_locked = 1; in nfsd_rename()
1299 fill_pre_wcc(tfhp); in nfsd_rename()
1324 if (!err && EX_ISSYNC(tfhp->fh_export)) { in nfsd_rename()
1341 fill_post_wcc(tfhp); in nfsd_rename()
1343 ffhp->fh_locked = tfhp->fh_locked = 0; in nfsd_rename()