Home
last modified time | relevance | path

Searched refs:noRotate (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/sys/dev/raidframe/
Drf_declusterPQ.c82 raidPtr->noRotate = *((int *) cfgBuf); in rf_ConfigureDeclusteredPQ()
98 if ((raidPtr->Layout.map->flags & RF_DISTRIBUTE_SPARE) && raidPtr->noRotate) { in rf_ConfigureDeclusteredPQ()
315 if (!raidPtr->noRotate) { in rf_MapSectorDeclusteredPQ()
375 RepIndex = (raidPtr->noRotate) ? info->PUsPerBlock : info->groupSize - 1 - TableID; in rf_MapParityDeclusteredPQ()
425 RepIndex = (raidPtr->noRotate) ? info->PUsPerBlock : info->groupSize - 1 - TableID; in rf_MapQDeclusteredPQ()
Drf_decluster.c113 raidPtr->noRotate = *((int *) cfgBuf); in rf_ConfigureDeclustered()
119 if ((layoutPtr->map->flags & RF_DISTRIBUTE_SPARE) && raidPtr->noRotate) { in rf_ConfigureDeclustered()
346 if (!raidPtr->noRotate) in rf_MapSectorDeclustered()
408 RepIndex = (raidPtr->noRotate) ? info->PUsPerBlock : info->PUsPerBlock - TableID; in rf_MapParityDeclustered()
Drf_raid.h286 int noRotate; member