Searched refs:nfs2svc_decode_fh (Results 1 – 3 of 3) sorted by relevance
185 p = nfs2svc_decode_fh(p, &argp->fh); in nfsaclsvc_decode_getaclargs()201 p = nfs2svc_decode_fh(p, &argp->fh); in nfsaclsvc_decode_setaclargs()223 p = nfs2svc_decode_fh(p, &argp->fh); in nfsaclsvc_decode_fhandleargs()232 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