Lines Matching refs:decode_fh
28 decode_fh(__be32 *p, struct svc_fh *fhp) in decode_fh() function
42 return decode_fh(p, fhp); in nfs2svc_decode_fh()
217 p = decode_fh(p, &args->fh); in nfssvc_decode_fhandle()
227 p = decode_fh(p, &args->fh); in nfssvc_decode_sattrargs()
239 if (!(p = decode_fh(p, &args->fh)) in nfssvc_decode_diropargs()
252 p = decode_fh(p, &args->fh); in nfssvc_decode_readargs()
285 p = decode_fh(p, &args->fh); in nfssvc_decode_writeargs()
336 if ( !(p = decode_fh(p, &args->fh)) in nfssvc_decode_createargs()
348 if (!(p = decode_fh(p, &args->ffh)) in nfssvc_decode_renameargs()
350 || !(p = decode_fh(p, &args->tfh)) in nfssvc_decode_renameargs()
360 p = decode_fh(p, &args->fh); in nfssvc_decode_readlinkargs()
372 if (!(p = decode_fh(p, &args->ffh)) in nfssvc_decode_linkargs()
373 || !(p = decode_fh(p, &args->tfh)) in nfssvc_decode_linkargs()
384 if ( !(p = decode_fh(p, &args->ffh)) in nfssvc_decode_symlinkargs()
397 p = decode_fh(p, &args->fh); in nfssvc_decode_readdirargs()