Home
last modified time | relevance | path

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

/Linux-v4.19/fs/nfsd/
Dxdr.h48 struct svc_fh ffh; member
62 struct svc_fh ffh; member
69 struct svc_fh ffh; member
Dxdr3.h66 struct svc_fh ffh; member
80 struct svc_fh ffh; member
87 struct svc_fh ffh; member
166 struct svc_fh ffh; member
Dnfsproc.c415 SVCFH_fmt(&argp->ffh), argp->flen, argp->fname); in nfsd_proc_rename()
419 nfserr = nfsd_rename(rqstp, &argp->ffh, argp->fname, argp->flen, in nfsd_proc_rename()
421 fh_put(&argp->ffh); in nfsd_proc_rename()
433 SVCFH_fmt(&argp->ffh)); in nfsd_proc_link()
440 &argp->ffh); in nfsd_proc_link()
441 fh_put(&argp->ffh); in nfsd_proc_link()
463 SVCFH_fmt(&argp->ffh), argp->flen, argp->fname, in nfsd_proc_symlink()
467 nfserr = nfsd_symlink(rqstp, &argp->ffh, argp->fname, argp->flen, in nfsd_proc_symlink()
471 fh_put(&argp->ffh); in nfsd_proc_symlink()
Dnfs3proc.c299 SVCFH_fmt(&argp->ffh), in nfsd3_proc_symlink()
303 fh_copy(&resp->dirfh, &argp->ffh); in nfsd3_proc_symlink()
400 SVCFH_fmt(&argp->ffh), in nfsd3_proc_rename()
408 fh_copy(&resp->ffh, &argp->ffh); in nfsd3_proc_rename()
410 nfserr = nfsd_rename(rqstp, &resp->ffh, argp->fname, argp->flen, in nfsd3_proc_rename()
423 SVCFH_fmt(&argp->ffh)); in nfsd3_proc_link()
429 fh_copy(&resp->fh, &argp->ffh); in nfsd3_proc_link()
Dnfsxdr.c332 if (!(p = decode_fh(p, &args->ffh)) in nfssvc_decode_renameargs()
359 if (!(p = decode_fh(p, &args->ffh)) in nfssvc_decode_linkargs()
374 if ( !(p = decode_fh(p, &args->ffh)) in nfssvc_decode_symlinkargs()
Dnfs3xdr.c491 if (!(p = decode_fh(p, &args->ffh)) || in nfs3svc_decode_symlinkargs()
537 if (!(p = decode_fh(p, &args->ffh)) in nfs3svc_decode_renameargs()
564 if (!(p = decode_fh(p, &args->ffh)) in nfs3svc_decode_linkargs()
777 p = encode_wcc_data(rqstp, p, &resp->ffh); in nfs3svc_encode_renameres()