Lines Matching refs:decode_fh
29 decode_fh(__be32 *p, struct svc_fh *fhp) in decode_fh() function
43 return decode_fh(p, fhp); in nfs2svc_decode_fh()
205 p = decode_fh(p, &args->fh); in nfssvc_decode_fhandle()
216 p = decode_fh(p, &args->fh); in nfssvc_decode_sattrargs()
229 if (!(p = decode_fh(p, &args->fh)) in nfssvc_decode_diropargs()
242 p = decode_fh(p, &args->fh); in nfssvc_decode_readargs()
275 p = decode_fh(p, &args->fh); in nfssvc_decode_writeargs()
319 if ( !(p = decode_fh(p, &args->fh)) in nfssvc_decode_createargs()
332 if (!(p = decode_fh(p, &args->ffh)) in nfssvc_decode_renameargs()
334 || !(p = decode_fh(p, &args->tfh)) in nfssvc_decode_renameargs()
346 p = decode_fh(p, &args->fh); in nfssvc_decode_readlinkargs()
359 if (!(p = decode_fh(p, &args->ffh)) in nfssvc_decode_linkargs()
360 || !(p = decode_fh(p, &args->tfh)) in nfssvc_decode_linkargs()
374 if ( !(p = decode_fh(p, &args->ffh)) in nfssvc_decode_symlinkargs()
411 p = decode_fh(p, &args->fh); in nfssvc_decode_readdirargs()