Searched refs:nfs2svc_decode_fh (Results 1 – 3 of 3) sorted by relevance
177 if (!(p = nfs2svc_decode_fh(p, &argp->fh))) in nfsaclsvc_decode_getaclargs()192 if (!(p = nfs2svc_decode_fh(p, &argp->fh))) in nfsaclsvc_decode_setaclargs()213 if (!(p = nfs2svc_decode_fh(p, &argp->fh))) in nfsaclsvc_decode_fhandleargs()221 if (!(p = nfs2svc_decode_fh(p, &argp->fh))) in nfsaclsvc_decode_accessargs()
171 __be32 *nfs2svc_decode_fh(__be32 *p, struct svc_fh *fhp);
40 __be32 *nfs2svc_decode_fh(__be32 *p, struct svc_fh *fhp) in nfs2svc_decode_fh() function