Home | History | Annotate | Download | only in raidframe

Lines Matching defs:asmhle

119 	RF_ASMHeaderListElem_t *asmhle, *tmpasmhle;
192 asmhle = rf_AllocASMHeaderListElem(raidPtr);
194 failed_stripe->asmh_u = asmhle; /* we're the head... */
195 failed_stripes_asmh_u_end = asmhle; /* and the tail */
198 failed_stripes_asmh_u_end->next = asmhle;
199 failed_stripes_asmh_u_end = asmhle;
203 asmhle->asmh = rf_MapAccess(raidPtr, address, length, buffer, RF_DONT_REMAP);
204 asm_up = asmhle->asmh->stripeMap;
239 asmhle = rf_AllocASMHeaderListElem(raidPtr);
241 failed_stripe->asmh_b = asmhle;
242 failed_stripes_asmh_b_end = asmhle;
244 failed_stripes_asmh_b_end->next = asmhle;
245 failed_stripes_asmh_b_end = asmhle;
248 asmhle->asmh = rf_MapAccess(raidPtr, address, length, buffer, RF_DONT_REMAP);
249 asm_bp = asmhle->asmh->stripeMap;
285 asmhle = failed_stripe->asmh_u;
286 while (asmhle) {
287 tmpasmhle= asmhle;
288 asmhle = tmpasmhle->next;
293 asmhle = failed_stripe->asmh_b;
294 while (asmhle) {
295 tmpasmhle= asmhle;
296 asmhle = tmpasmhle->next;
361 asmhle = failed_stripe->asmh_u;
407 asm_up = asmhle->asmh->stripeMap; /* asmh_u[stripeNum][j]->stripeMap; */
410 asmhle = asmhle->next;
459 asmhle = failed_stripe->asmh_u;
483 dag_h->asmList = asmhle->asmh;
486 endASMList->next = asmhle->asmh;
489 asmhle = asmhle->next;
504 asmhle = failed_stripe->asmh_u;
505 while (asmhle) {
506 tmpasmhle= asmhle;
507 asmhle = tmpasmhle->next;
511 asmhle = failed_stripe->asmh_b;
512 while (asmhle) {
513 tmpasmhle= asmhle;
514 asmhle = tmpasmhle->next;