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()
206 p = decode_fh(p, &args->fh); in nfssvc_decode_fhandle()
217 p = decode_fh(p, &args->fh); in nfssvc_decode_sattrargs()
230 if (!(p = decode_fh(p, &args->fh)) in nfssvc_decode_diropargs()
243 p = decode_fh(p, &args->fh); in nfssvc_decode_readargs()
276 p = decode_fh(p, &args->fh); in nfssvc_decode_writeargs()
320 if ( !(p = decode_fh(p, &args->fh)) in nfssvc_decode_createargs()
333 if (!(p = decode_fh(p, &args->ffh)) in nfssvc_decode_renameargs()
335 || !(p = decode_fh(p, &args->tfh)) in nfssvc_decode_renameargs()
347 p = decode_fh(p, &args->fh); in nfssvc_decode_readlinkargs()
360 if (!(p = decode_fh(p, &args->ffh)) in nfssvc_decode_linkargs()
361 || !(p = decode_fh(p, &args->tfh)) in nfssvc_decode_linkargs()
375 if ( !(p = decode_fh(p, &args->ffh)) in nfssvc_decode_symlinkargs()
412 p = decode_fh(p, &args->fh); in nfssvc_decode_readdirargs()