Home
last modified time | relevance | path

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

/Linux-v5.4/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.c417 SVCFH_fmt(&argp->ffh), argp->flen, argp->fname); in nfsd_proc_rename()
421 nfserr = nfsd_rename(rqstp, &argp->ffh, argp->fname, argp->flen, in nfsd_proc_rename()
423 fh_put(&argp->ffh); in nfsd_proc_rename()
435 SVCFH_fmt(&argp->ffh)); in nfsd_proc_link()
442 &argp->ffh); in nfsd_proc_link()
443 fh_put(&argp->ffh); in nfsd_proc_link()
465 SVCFH_fmt(&argp->ffh), argp->flen, argp->fname, in nfsd_proc_symlink()
469 nfserr = nfsd_symlink(rqstp, &argp->ffh, argp->fname, argp->flen, in nfsd_proc_symlink()
473 fh_put(&argp->ffh); in nfsd_proc_symlink()
Dnfs3proc.c294 SVCFH_fmt(&argp->ffh), in nfsd3_proc_symlink()
298 fh_copy(&resp->dirfh, &argp->ffh); in nfsd3_proc_symlink()
395 SVCFH_fmt(&argp->ffh), in nfsd3_proc_rename()
403 fh_copy(&resp->ffh, &argp->ffh); in nfsd3_proc_rename()
405 nfserr = nfsd_rename(rqstp, &resp->ffh, argp->fname, argp->flen, in nfsd3_proc_rename()
418 SVCFH_fmt(&argp->ffh)); in nfsd3_proc_link()
424 fh_copy(&resp->fh, &argp->ffh); in nfsd3_proc_link()
Dnfsxdr.c333 if (!(p = decode_fh(p, &args->ffh)) in nfssvc_decode_renameargs()
360 if (!(p = decode_fh(p, &args->ffh)) in nfssvc_decode_linkargs()
375 if ( !(p = decode_fh(p, &args->ffh)) in nfssvc_decode_symlinkargs()
Dnfs3xdr.c493 if (!(p = decode_fh(p, &args->ffh)) || in nfs3svc_decode_symlinkargs()
539 if (!(p = decode_fh(p, &args->ffh)) in nfs3svc_decode_renameargs()
566 if (!(p = decode_fh(p, &args->ffh)) in nfs3svc_decode_linkargs()
790 p = encode_wcc_data(rqstp, p, &resp->ffh); in nfs3svc_encode_renameres()