Lines Matching refs:result
30 u8 *result;
221 * the result in aligned buffer. We will call the modified request
227 * .result = ADJUSTED[new aligned buffer]
231 * .result = ORIGINAL(result)
237 priv->result = req->result;
248 req->result = PTR_ALIGN((u8 *)priv->ubuf, alignmask + 1);
261 memcpy(priv->result, req->result,
265 req->result = priv->result;
303 /* First copy req->result into req->priv.result */
334 if ((unsigned long)req->result & alignmask)