HomeSort by: relevance | last modified time | path
    Searched refs:RF_DISTRIBUTE_SPARE (Results 1 - 10 of 10) sorted by relevancy

  /src/sys/dev/raidframe/
rf_layout.c 134 RF_DISTRIBUTE_SPARE | RF_BD_DECLUSTERED)
174 RF_DISTRIBUTE_SPARE)
214 RF_DISTRIBUTE_SPARE)
rf_declusterPQ.c 98 if ((raidPtr->Layout.map->flags & RF_DISTRIBUTE_SPARE) && raidPtr->noRotate) {
121 if ((raidPtr->Layout.map->flags & RF_DISTRIBUTE_SPARE)) {
141 if ((raidPtr->Layout.map->flags & RF_DISTRIBUTE_SPARE)) {
203 if ((raidPtr->Layout.map->flags & RF_DISTRIBUTE_SPARE)) {
296 if ((raidPtr->Layout.map->flags & RF_DISTRIBUTE_SPARE)) {
363 if ((raidPtr->Layout.map->flags & RF_DISTRIBUTE_SPARE)) {
413 if ((raidPtr->Layout.map->flags & RF_DISTRIBUTE_SPARE)) {
rf_decluster.c 98 if (layoutPtr->map->flags & RF_DISTRIBUTE_SPARE) {
119 if ((layoutPtr->map->flags & RF_DISTRIBUTE_SPARE) && raidPtr->noRotate) {
143 if ((raidPtr->Layout.map->flags & RF_DISTRIBUTE_SPARE)) {
163 if (raidPtr->Layout.map->flags & RF_DISTRIBUTE_SPARE) {
225 if (raidPtr->Layout.map->flags & RF_DISTRIBUTE_SPARE) {
335 if (raidPtr->Layout.map->flags & RF_DISTRIBUTE_SPARE) {
393 if ((raidPtr->Layout.map->flags & RF_DISTRIBUTE_SPARE)) {
rf_layout.h 47 #define RF_DISTRIBUTE_SPARE 0x0002 /* distribute spare space in archs
rf_raid5.c 203 if (layoutPtr->map->flags & RF_DISTRIBUTE_SPARE) { /* redirect to dist
rf_parityscan.c 346 if (raidPtr->Layout.map->flags & RF_DISTRIBUTE_SPARE) {
rf_reconstruct.c 258 if (raidPtr->Layout.map->flags & RF_DISTRIBUTE_SPARE) {
413 if (raidPtr->Layout.map->flags & RF_DISTRIBUTE_SPARE) {
414 RF_ERRORMSG1("Unable to reconstruct to disk at col %d: operation not supported for RF_DISTRIBUTE_SPARE\n", col);
923 ds = (raidPtr->Layout.map->flags & RF_DISTRIBUTE_SPARE);
1454 if (layoutPtr->map->flags & RF_DISTRIBUTE_SPARE) {
rf_driver.c 723 if (!(raidPtr->Layout.map->flags & RF_DISTRIBUTE_SPARE)) {
rf_paritylogging.c 845 RF_DISTRIBUTE_SPARE) {
rf_dagutils.c 917 int ds = (raidPtr->Layout.map->flags & RF_DISTRIBUTE_SPARE) ? 1 : 0;

Completed in 122 milliseconds