Home | History | Annotate | Download | only in raidframe

Lines Matching defs:raidPtr

58 InitHdrNode(RF_DagHeader_t **hdr, RF_Raid_t *raidPtr, RF_RaidAccessDesc_t *desc)
61 *hdr = rf_AllocDAGHeader(raidPtr);
66 (*hdr)->raidPtr = raidPtr;
108 RF_Raid_t *raidPtr = desc->raidPtr;
152 stripeFuncs = rf_AllocFuncList(raidPtr);
161 (raidPtr->Layout.map->SelectionFunc) (raidPtr, type, asm_p, &(stripeFuncs->fp));
169 failed_stripe = rf_AllocFailedStripeStruct(raidPtr);
192 asmhle = rf_AllocASMHeaderListElem(raidPtr);
203 asmhle->asmh = rf_MapAccess(raidPtr, address, length, buffer, RF_DONT_REMAP);
206 vfple = rf_AllocVFPListElem(raidPtr);
216 (raidPtr->Layout.map->SelectionFunc) (raidPtr, type, asm_up, &(vfple->fn));
237 buffer = (char *)physPtr->bufPtr + (k * (1 << raidPtr->logBytesPerSector));
239 asmhle = rf_AllocASMHeaderListElem(raidPtr);
248 asmhle->asmh = rf_MapAccess(raidPtr, address, length, buffer, RF_DONT_REMAP);
251 vfple = rf_AllocVFPListElem(raidPtr);
259 (raidPtr->Layout.map->SelectionFunc) (raidPtr, type, asm_bp, &(vfple->fn));
289 rf_FreeAccessStripeMap(raidPtr, tmpasmhle->asmh);
290 rf_FreeASMHeaderListElem(raidPtr, tmpasmhle);
297 rf_FreeAccessStripeMap(raidPtr, tmpasmhle->asmh);
298 rf_FreeASMHeaderListElem(raidPtr, tmpasmhle);
305 rf_FreeVFPListElem(raidPtr, tmpvfple);
312 rf_FreeVFPListElem(raidPtr, tmpvfple);
319 rf_FreeFailedStripeStruct(raidPtr, tmpfailed_stripe);
328 rf_FreeFuncList(raidPtr, temp);
347 dagList = rf_AllocDAGList(raidPtr);
378 InitHdrNode(&tempdag_h, raidPtr, desc);
390 (*bFunc) (raidPtr, asm_bp, tempdag_h, bp, flags, tempdag_h->allocList);
398 InitHdrNode(&tempdag_h, raidPtr, desc);
408 (*uFunc) (raidPtr, asm_up, tempdag_h, bp, flags, tempdag_h->allocList);
420 InitHdrNode(&tempdag_h, raidPtr, desc);
425 (stripeFuncs->fp) (raidPtr, asm_p, tempdag_h, bp, flags, tempdag_h->allocList);
508 rf_FreeASMHeaderListElem(raidPtr, tmpasmhle);
515 rf_FreeASMHeaderListElem(raidPtr, tmpasmhle);
521 rf_FreeVFPListElem(raidPtr, tmpvfple);
528 rf_FreeVFPListElem(raidPtr, tmpvfple);
533 rf_FreeFailedStripeStruct(raidPtr, tmpfailed_stripe);
539 rf_FreeFuncList(raidPtr, temp);