Home
last modified time | relevance | path

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

/mirbsd/src/sys/dev/raidframe/
Drf_declusterPQ.c102 if ((raidPtr->Layout.map->flags & RF_DISTRIBUTE_SPARE) && in rf_ConfigureDeclusteredPQ()
132 if ((raidPtr->Layout.map->flags & RF_DISTRIBUTE_SPARE)) { in rf_ConfigureDeclusteredPQ()
159 if ((raidPtr->Layout.map->flags & RF_DISTRIBUTE_SPARE)) { in rf_ConfigureDeclusteredPQ()
248 if ((raidPtr->Layout.map->flags & RF_DISTRIBUTE_SPARE)) { in rf_ConfigureDeclusteredPQ()
360 if ((raidPtr->Layout.map->flags & RF_DISTRIBUTE_SPARE)) { in rf_MapSectorDeclusteredPQ()
443 if ((raidPtr->Layout.map->flags & RF_DISTRIBUTE_SPARE)) { in rf_MapParityDeclusteredPQ()
501 if ((raidPtr->Layout.map->flags & RF_DISTRIBUTE_SPARE)) { in rf_MapQDeclusteredPQ()
Drf_decluster.c100 if (layoutPtr->map->flags & RF_DISTRIBUTE_SPARE) { in rf_ConfigureDeclustered()
123 if ((layoutPtr->map->flags & RF_DISTRIBUTE_SPARE) && in rf_ConfigureDeclustered()
154 if ((raidPtr->Layout.map->flags & RF_DISTRIBUTE_SPARE)) { in rf_ConfigureDeclustered()
182 if (raidPtr->Layout.map->flags & RF_DISTRIBUTE_SPARE) { in rf_ConfigureDeclustered()
273 if (raidPtr->Layout.map->flags & RF_DISTRIBUTE_SPARE) { in rf_ConfigureDeclustered()
412 if (raidPtr->Layout.map->flags & RF_DISTRIBUTE_SPARE) { in rf_MapSectorDeclustered()
494 if ((raidPtr->Layout.map->flags & RF_DISTRIBUTE_SPARE)) { in rf_MapParityDeclustered()
Drf_layout.c154 RF_DISTRIBUTE_SPARE | RF_BD_DECLUSTERED)
196 RF_DISTRIBUTE_SPARE)
240 RF_DISTRIBUTE_SPARE)
Drf_copyback.c374 if (raidPtr->Layout.map->flags & RF_DISTRIBUTE_SPARE) { in rf_CopybackOne()
467 if (raidPtr->Layout.map->flags & RF_DISTRIBUTE_SPARE) { in rf_CopybackComplete()
Drf_layout.h159 #define RF_DISTRIBUTE_SPARE 0x0002 /* macro
Drf_raid5.c223 RF_DISTRIBUTE_SPARE) { in rf_RaidFiveDagSelect()
Drf_reconstruct.c386 if (raidPtr->Layout.map->flags & RF_DISTRIBUTE_SPARE) { in rf_ReconstructFailedDiskBasic()
546 if (raidPtr->Layout.map->flags & RF_DISTRIBUTE_SPARE) { in rf_ReconstructInPlace()
881 ds = (raidPtr->Layout.map->flags & RF_DISTRIBUTE_SPARE); in rf_ContinueReconstructFailedDisk()
1424 if (layoutPtr->map->flags & RF_DISTRIBUTE_SPARE) { in rf_ComputePSDiskOffsets()
Drf_parityscan.c337 if (raidPtr->Layout.map->flags & RF_DISTRIBUTE_SPARE) { in rf_TryToRedirectPDA()
Drf_driver.c760 if (!(raidPtr->Layout.map->flags & RF_DISTRIBUTE_SPARE)) { in rf_SetReconfiguredMode()
Drf_paritylogging.c989 RF_DISTRIBUTE_SPARE) { in rf_ParityLoggingDagSelect()
Drf_dagutils.c759 int ds = (raidPtr->Layout.map->flags & RF_DISTRIBUTE_SPARE) ? 1 : 0; in rf_redirect_asm()