Home
last modified time | relevance | path

Searched refs:asmh (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/dev/raidframe/
H A Drf_aselect.c203 asmhle->asmh = rf_MapAccess(raidPtr, address, length, buffer, RF_DONT_REMAP); in rf_SelectAlgorithm()
204 asm_up = asmhle->asmh->stripeMap; in rf_SelectAlgorithm()
248 asmhle->asmh = rf_MapAccess(raidPtr, address, length, buffer, RF_DONT_REMAP); in rf_SelectAlgorithm()
249 asm_bp = asmhle->asmh->stripeMap; in rf_SelectAlgorithm()
289 rf_FreeAccessStripeMap(raidPtr, tmpasmhle->asmh); in rf_SelectAlgorithm()
297 rf_FreeAccessStripeMap(raidPtr, tmpasmhle->asmh); in rf_SelectAlgorithm()
389 asm_bp = tmpasmhle->asmh->stripeMap; /* asmh_b[stripeUnitNum][k]->stripeMap; */ in rf_SelectAlgorithm()
407 asm_up = asmhle->asmh->stripeMap; /* asmh_u[stripeNum][j]->stripeMap; */ in rf_SelectAlgorithm()
472 dag_h->asmList = tmpasmhle->asmh; /* asmh_b[stripeUnitNum][k];*/ in rf_SelectAlgorithm()
475 endASMList->next = tmpasmhle->asmh; in rf_SelectAlgorithm()
[all …]
H A Drf_states.c369 RF_AccessStripeMapHeader_t *asmh = desc->asmap; in rf_State_Lock() local
379 for (asm_p = asmh->stripeMap; asm_p; asm_p = asm_p->next) { in rf_State_Lock()
592 RF_AccessStripeMapHeader_t *asmh = desc->asmap; in rf_State_ProcessDAG() local
619 rf_MarkFailuresInASMList(raidPtr, asmh); in rf_State_ProcessDAG()
670 RF_AccessStripeMapHeader_t *asmh = desc->asmap; in rf_State_Cleanup() local
702 for (asm_p = asmh->stripeMap; asm_p; asm_p = asm_p->next) { in rf_State_Cleanup()
723 rf_FreeAccessStripeMap(raidPtr, asmh); in rf_State_Cleanup()
H A Drf_layout.h184 RF_AccessStripeMapHeader_t *asmh; member
H A Drf_parityscan.c402 rf_VerifyDegrModeWrite(RF_Raid_t *raidPtr, RF_AccessStripeMapHeader_t *asmh)