Home
last modified time | relevance | path

Searched refs:ffh (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/fs/nfsd/
Dxdr.h47 struct svc_fh ffh; member
61 struct svc_fh ffh; member
68 struct svc_fh ffh; member
Dnfsproc.c362 SVCFH_fmt(&argp->ffh), argp->flen, argp->fname); in nfsd_proc_rename()
366 nfserr = nfsd_rename(rqstp, &argp->ffh, argp->fname, argp->flen, in nfsd_proc_rename()
368 fh_put(&argp->ffh); in nfsd_proc_rename()
380 SVCFH_fmt(&argp->ffh)); in nfsd_proc_link()
387 &argp->ffh); in nfsd_proc_link()
388 fh_put(&argp->ffh); in nfsd_proc_link()
401 SVCFH_fmt(&argp->ffh), argp->flen, argp->fname, in nfsd_proc_symlink()
411 nfserr = nfsd_symlink(rqstp, &argp->ffh, argp->fname, argp->flen, in nfsd_proc_symlink()
414 fh_put(&argp->ffh); in nfsd_proc_symlink()
Dxdr3.h65 struct svc_fh ffh; member
79 struct svc_fh ffh; member
86 struct svc_fh ffh; member
164 struct svc_fh ffh; member
Dnfs3proc.c273 SVCFH_fmt(&argp->ffh), in nfsd3_proc_symlink()
277 fh_copy(&resp->dirfh, &argp->ffh); in nfsd3_proc_symlink()
369 SVCFH_fmt(&argp->ffh), in nfsd3_proc_rename()
377 fh_copy(&resp->ffh, &argp->ffh); in nfsd3_proc_rename()
379 nfserr = nfsd_rename(rqstp, &resp->ffh, argp->fname, argp->flen, in nfsd3_proc_rename()
391 SVCFH_fmt(&argp->ffh)); in nfsd3_proc_link()
397 fh_copy(&resp->fh, &argp->ffh); in nfsd3_proc_link()
Dnfsxdr.c348 if (!(p = decode_fh(p, &args->ffh)) in nfssvc_decode_renameargs()
372 if (!(p = decode_fh(p, &args->ffh)) in nfssvc_decode_linkargs()
384 if ( !(p = decode_fh(p, &args->ffh)) in nfssvc_decode_symlinkargs()
Dnfs3xdr.c455 if (!(p = decode_fh(p, &args->ffh)) || in nfs3svc_decode_symlinkargs()
523 if (!(p = decode_fh(p, &args->ffh)) in nfs3svc_decode_renameargs()
548 if (!(p = decode_fh(p, &args->ffh)) in nfs3svc_decode_linkargs()
752 p = encode_wcc_data(rqstp, p, &resp->ffh); in nfs3svc_encode_renameres()