Home
last modified time | relevance | path

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

/linux-3.4.99/fs/nfsd/
Dxdr.h47 struct svc_fh ffh; member
61 struct svc_fh ffh; member
68 struct svc_fh ffh; member
Dnfsproc.c361 SVCFH_fmt(&argp->ffh), argp->flen, argp->fname); in nfsd_proc_rename()
365 nfserr = nfsd_rename(rqstp, &argp->ffh, argp->fname, argp->flen, in nfsd_proc_rename()
367 fh_put(&argp->ffh); in nfsd_proc_rename()
379 SVCFH_fmt(&argp->ffh)); in nfsd_proc_link()
386 &argp->ffh); in nfsd_proc_link()
387 fh_put(&argp->ffh); in nfsd_proc_link()
400 SVCFH_fmt(&argp->ffh), argp->flen, argp->fname, in nfsd_proc_symlink()
407 nfserr = nfsd_symlink(rqstp, &argp->ffh, argp->fname, argp->flen, in nfsd_proc_symlink()
412 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
163 struct svc_fh ffh; member
Dnfs3proc.c285 SVCFH_fmt(&argp->ffh), in nfsd3_proc_symlink()
289 fh_copy(&resp->dirfh, &argp->ffh); in nfsd3_proc_symlink()
382 SVCFH_fmt(&argp->ffh), in nfsd3_proc_rename()
390 fh_copy(&resp->ffh, &argp->ffh); in nfsd3_proc_rename()
392 nfserr = nfsd_rename(rqstp, &resp->ffh, argp->fname, argp->flen, in nfsd3_proc_rename()
404 SVCFH_fmt(&argp->ffh)); in nfsd3_proc_link()
410 fh_copy(&resp->fh, &argp->ffh); in nfsd3_proc_link()
Dnfsxdr.c344 if (!(p = decode_fh(p, &args->ffh)) in nfssvc_decode_renameargs()
367 if (!(p = decode_fh(p, &args->ffh)) in nfssvc_decode_linkargs()
379 if ( !(p = decode_fh(p, &args->ffh)) in nfssvc_decode_symlinkargs()
Dnfs3xdr.c450 if (!(p = decode_fh(p, &args->ffh)) || in nfs3svc_decode_symlinkargs()
521 if (!(p = decode_fh(p, &args->ffh)) in nfs3svc_decode_renameargs()
546 if (!(p = decode_fh(p, &args->ffh)) in nfs3svc_decode_linkargs()
752 p = encode_wcc_data(rqstp, p, &resp->ffh); in nfs3svc_encode_renameres()