Home
last modified time | relevance | path

Searched refs:RF_DISTRIBUTE_SPARE (Results 1 – 10 of 10) sorted by relevance

/netbsd/src/sys/dev/raidframe/
Drf_declusterPQ.c98 if ((raidPtr->Layout.map->flags & RF_DISTRIBUTE_SPARE) && raidPtr->noRotate) { in rf_ConfigureDeclusteredPQ()
121 if ((raidPtr->Layout.map->flags & RF_DISTRIBUTE_SPARE)) { in rf_ConfigureDeclusteredPQ()
141 if ((raidPtr->Layout.map->flags & RF_DISTRIBUTE_SPARE)) { in rf_ConfigureDeclusteredPQ()
203 if ((raidPtr->Layout.map->flags & RF_DISTRIBUTE_SPARE)) { in rf_ConfigureDeclusteredPQ()
296 if ((raidPtr->Layout.map->flags & RF_DISTRIBUTE_SPARE)) { in rf_MapSectorDeclusteredPQ()
363 if ((raidPtr->Layout.map->flags & RF_DISTRIBUTE_SPARE)) { in rf_MapParityDeclusteredPQ()
413 if ((raidPtr->Layout.map->flags & RF_DISTRIBUTE_SPARE)) { in rf_MapQDeclusteredPQ()
Drf_decluster.c98 if (layoutPtr->map->flags & RF_DISTRIBUTE_SPARE) { in rf_ConfigureDeclustered()
119 if ((layoutPtr->map->flags & RF_DISTRIBUTE_SPARE) && raidPtr->noRotate) { in rf_ConfigureDeclustered()
143 if ((raidPtr->Layout.map->flags & RF_DISTRIBUTE_SPARE)) { in rf_ConfigureDeclustered()
163 if (raidPtr->Layout.map->flags & RF_DISTRIBUTE_SPARE) { in rf_ConfigureDeclustered()
225 if (raidPtr->Layout.map->flags & RF_DISTRIBUTE_SPARE) { in rf_ConfigureDeclustered()
335 if (raidPtr->Layout.map->flags & RF_DISTRIBUTE_SPARE) { in rf_MapSectorDeclustered()
393 if ((raidPtr->Layout.map->flags & RF_DISTRIBUTE_SPARE)) { in rf_MapParityDeclustered()
Drf_layout.c134 RF_DISTRIBUTE_SPARE | RF_BD_DECLUSTERED)
174 RF_DISTRIBUTE_SPARE)
214 RF_DISTRIBUTE_SPARE)
Drf_layout.h47 #define RF_DISTRIBUTE_SPARE 0x0002 /* distribute spare space in archs macro
Drf_raid5.c203 … if (layoutPtr->map->flags & RF_DISTRIBUTE_SPARE) { /* redirect to dist in rf_RaidFiveDagSelect()
Drf_reconstruct.c258 if (raidPtr->Layout.map->flags & RF_DISTRIBUTE_SPARE) { in rf_ReconstructFailedDiskBasic()
413 if (raidPtr->Layout.map->flags & RF_DISTRIBUTE_SPARE) { in rf_ReconstructInPlace()
923 ds = (raidPtr->Layout.map->flags & RF_DISTRIBUTE_SPARE); in rf_ContinueReconstructFailedDisk()
1454 if (layoutPtr->map->flags & RF_DISTRIBUTE_SPARE) { in ComputePSDiskOffsets()
Drf_parityscan.c346 if (raidPtr->Layout.map->flags & RF_DISTRIBUTE_SPARE) { in rf_TryToRedirectPDA()
Drf_driver.c723 if (!(raidPtr->Layout.map->flags & RF_DISTRIBUTE_SPARE)) {
Drf_paritylogging.c845 RF_DISTRIBUTE_SPARE) { in rf_ParityLoggingDagSelect()
Drf_dagutils.c917 int ds = (raidPtr->Layout.map->flags & RF_DISTRIBUTE_SPARE) ? 1 : 0; in rf_redirect_asm()