Searched refs:noRotate (Results 1 – 3 of 3) sorted by relevance
82 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()
113 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()
286 int noRotate; member