Home
last modified time | relevance | path

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

/linux-4.19.296/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.c429 SVCFH_fmt(&argp->ffh), argp->flen, argp->fname); in nfsd_proc_rename()
433 nfserr = nfsd_rename(rqstp, &argp->ffh, argp->fname, argp->flen, in nfsd_proc_rename()
435 fh_put(&argp->ffh); in nfsd_proc_rename()
447 SVCFH_fmt(&argp->ffh)); in nfsd_proc_link()
454 &argp->ffh); in nfsd_proc_link()
455 fh_put(&argp->ffh); in nfsd_proc_link()
477 SVCFH_fmt(&argp->ffh), argp->flen, argp->fname, in nfsd_proc_symlink()
481 nfserr = nfsd_symlink(rqstp, &argp->ffh, argp->fname, argp->flen, in nfsd_proc_symlink()
485 fh_put(&argp->ffh); in nfsd_proc_symlink()
Dnfs3proc.c304 SVCFH_fmt(&argp->ffh), in nfsd3_proc_symlink()
308 fh_copy(&resp->dirfh, &argp->ffh); in nfsd3_proc_symlink()
405 SVCFH_fmt(&argp->ffh), in nfsd3_proc_rename()
413 fh_copy(&resp->ffh, &argp->ffh); in nfsd3_proc_rename()
415 nfserr = nfsd_rename(rqstp, &resp->ffh, argp->fname, argp->flen, in nfsd3_proc_rename()
428 SVCFH_fmt(&argp->ffh)); in nfsd3_proc_link()
434 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()