Searched refs:ffh (Results 1 – 6 of 6) sorted by relevance
/linux-2.6.39/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 | 361 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()
|
D | xdr3.h | 65 struct svc_fh ffh; member 79 struct svc_fh ffh; member 86 struct svc_fh ffh; member 163 struct svc_fh ffh; member
|
D | nfs3proc.c | 285 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()
|
D | nfsxdr.c | 344 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()
|
D | nfs3xdr.c | 450 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()
|