Searched refs:ffh (Results 1 - 12 of 12) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/nfsd/
H A Dxdr.h47 struct svc_fh ffh; member in struct:nfsd_renameargs
61 struct svc_fh ffh; member in struct:nfsd_linkargs
68 struct svc_fh ffh; member in struct:nfsd_symlinkargs
H A Dxdr3.h65 struct svc_fh ffh; member in struct:nfsd3_renameargs
79 struct svc_fh ffh; member in struct:nfsd3_linkargs
86 struct svc_fh ffh; member in struct:nfsd3_symlinkargs
163 struct svc_fh ffh; member in struct:nfsd3_renameres
H A Dnfsproc.c361 SVCFH_fmt(&argp->ffh), argp->flen, argp->fname);
365 nfserr = nfsd_rename(rqstp, &argp->ffh, argp->fname, argp->flen,
367 fh_put(&argp->ffh);
379 SVCFH_fmt(&argp->ffh));
386 &argp->ffh);
387 fh_put(&argp->ffh);
400 SVCFH_fmt(&argp->ffh), argp->flen, argp->fname,
407 nfserr = nfsd_symlink(rqstp, &argp->ffh, argp->fname, argp->flen,
412 fh_put(&argp->ffh);
H A Dnfs3proc.c285 SVCFH_fmt(&argp->ffh),
289 fh_copy(&resp->dirfh, &argp->ffh);
382 SVCFH_fmt(&argp->ffh),
390 fh_copy(&resp->ffh, &argp->ffh);
392 nfserr = nfsd_rename(rqstp, &resp->ffh, argp->fname, argp->flen,
404 SVCFH_fmt(&argp->ffh));
410 fh_copy(&resp->fh, &argp->ffh);
H A Dnfsxdr.c342 if (!(p = decode_fh(p, &args->ffh))
365 if (!(p = decode_fh(p, &args->ffh))
377 if ( !(p = decode_fh(p, &args->ffh))
H A Dnfs3xdr.c450 if (!(p = decode_fh(p, &args->ffh)) ||
521 if (!(p = decode_fh(p, &args->ffh))
546 if (!(p = decode_fh(p, &args->ffh))
752 p = encode_wcc_data(rqstp, p, &resp->ffh);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/nfsd/
H A Dxdr.h47 struct svc_fh ffh; member in struct:nfsd_renameargs
61 struct svc_fh ffh; member in struct:nfsd_linkargs
68 struct svc_fh ffh; member in struct:nfsd_symlinkargs
H A Dxdr3.h65 struct svc_fh ffh; member in struct:nfsd3_renameargs
79 struct svc_fh ffh; member in struct:nfsd3_linkargs
86 struct svc_fh ffh; member in struct:nfsd3_symlinkargs
163 struct svc_fh ffh; member in struct:nfsd3_renameres
H A Dnfsproc.c361 SVCFH_fmt(&argp->ffh), argp->flen, argp->fname);
365 nfserr = nfsd_rename(rqstp, &argp->ffh, argp->fname, argp->flen,
367 fh_put(&argp->ffh);
379 SVCFH_fmt(&argp->ffh));
386 &argp->ffh);
387 fh_put(&argp->ffh);
400 SVCFH_fmt(&argp->ffh), argp->flen, argp->fname,
407 nfserr = nfsd_symlink(rqstp, &argp->ffh, argp->fname, argp->flen,
412 fh_put(&argp->ffh);
H A Dnfs3proc.c285 SVCFH_fmt(&argp->ffh),
289 fh_copy(&resp->dirfh, &argp->ffh);
382 SVCFH_fmt(&argp->ffh),
390 fh_copy(&resp->ffh, &argp->ffh);
392 nfserr = nfsd_rename(rqstp, &resp->ffh, argp->fname, argp->flen,
404 SVCFH_fmt(&argp->ffh));
410 fh_copy(&resp->fh, &argp->ffh);
H A Dnfsxdr.c342 if (!(p = decode_fh(p, &args->ffh))
365 if (!(p = decode_fh(p, &args->ffh))
377 if ( !(p = decode_fh(p, &args->ffh))
H A Dnfs3xdr.c450 if (!(p = decode_fh(p, &args->ffh)) ||
521 if (!(p = decode_fh(p, &args->ffh))
546 if (!(p = decode_fh(p, &args->ffh))
752 p = encode_wcc_data(rqstp, p, &resp->ffh);

Completed in 94 milliseconds