Searched refs:ffh (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/fs/nfsd/ |
D | xdr.h | 47 struct svc_fh ffh; member 61 struct svc_fh ffh; member 68 struct svc_fh ffh; member
|
D | nfsproc.c | 410 SVCFH_fmt(&argp->ffh), argp->flen, argp->fname); in nfsd_proc_rename() 414 nfserr = nfsd_rename(rqstp, &argp->ffh, argp->fname, argp->flen, in nfsd_proc_rename() 416 fh_put(&argp->ffh); in nfsd_proc_rename() 428 SVCFH_fmt(&argp->ffh)); in nfsd_proc_link() 435 &argp->ffh); in nfsd_proc_link() 436 fh_put(&argp->ffh); in nfsd_proc_link() 449 SVCFH_fmt(&argp->ffh), argp->flen, argp->fname, in nfsd_proc_symlink() 459 nfserr = nfsd_symlink(rqstp, &argp->ffh, argp->fname, argp->flen, in nfsd_proc_symlink() 462 fh_put(&argp->ffh); in nfsd_proc_symlink()
|
D | xdr3.h | 65 struct svc_fh ffh; member 79 struct svc_fh ffh; member 86 struct svc_fh ffh; member 164 struct svc_fh ffh; member
|
D | nfs3proc.c | 273 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()
|
D | nfsxdr.c | 348 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()
|
D | nfs3xdr.c | 455 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()
|