Symbol: RF_DISTRIBUTE_SPARE
sys/dev/raidframe/rf_dagutils.c
917
int ds = (raidPtr->Layout.map->flags & RF_DISTRIBUTE_SPARE) ? 1 : 0;
sys/dev/raidframe/rf_decluster.c
119
if ((layoutPtr->map->flags & RF_DISTRIBUTE_SPARE) && raidPtr->noRotate) {
sys/dev/raidframe/rf_decluster.c
143
if ((raidPtr->Layout.map->flags & RF_DISTRIBUTE_SPARE)) {
sys/dev/raidframe/rf_decluster.c
163
if (raidPtr->Layout.map->flags & RF_DISTRIBUTE_SPARE) {
sys/dev/raidframe/rf_decluster.c
225
if (raidPtr->Layout.map->flags & RF_DISTRIBUTE_SPARE) {
sys/dev/raidframe/rf_decluster.c
335
if (raidPtr->Layout.map->flags & RF_DISTRIBUTE_SPARE) {
sys/dev/raidframe/rf_decluster.c
393
if ((raidPtr->Layout.map->flags & RF_DISTRIBUTE_SPARE)) {
sys/dev/raidframe/rf_decluster.c
98
if (layoutPtr->map->flags & RF_DISTRIBUTE_SPARE) {
sys/dev/raidframe/rf_declusterPQ.c
121
if ((raidPtr->Layout.map->flags & RF_DISTRIBUTE_SPARE)) {
sys/dev/raidframe/rf_declusterPQ.c
141
if ((raidPtr->Layout.map->flags & RF_DISTRIBUTE_SPARE)) {
sys/dev/raidframe/rf_declusterPQ.c
203
if ((raidPtr->Layout.map->flags & RF_DISTRIBUTE_SPARE)) {
sys/dev/raidframe/rf_declusterPQ.c
296
if ((raidPtr->Layout.map->flags & RF_DISTRIBUTE_SPARE)) {
sys/dev/raidframe/rf_declusterPQ.c
363
if ((raidPtr->Layout.map->flags & RF_DISTRIBUTE_SPARE)) {
sys/dev/raidframe/rf_declusterPQ.c
413
if ((raidPtr->Layout.map->flags & RF_DISTRIBUTE_SPARE)) {
sys/dev/raidframe/rf_declusterPQ.c
98
if ((raidPtr->Layout.map->flags & RF_DISTRIBUTE_SPARE) && raidPtr->noRotate) {
sys/dev/raidframe/rf_driver.c
723
if (!(raidPtr->Layout.map->flags & RF_DISTRIBUTE_SPARE)) {
sys/dev/raidframe/rf_layout.c
134
RF_DISTRIBUTE_SPARE | RF_BD_DECLUSTERED)
sys/dev/raidframe/rf_layout.c
174
RF_DISTRIBUTE_SPARE)
sys/dev/raidframe/rf_layout.c
214
RF_DISTRIBUTE_SPARE)
sys/dev/raidframe/rf_paritylogging.c
845
RF_DISTRIBUTE_SPARE) {
sys/dev/raidframe/rf_parityscan.c
346
if (raidPtr->Layout.map->flags & RF_DISTRIBUTE_SPARE) {
sys/dev/raidframe/rf_raid5.c
203
if (layoutPtr->map->flags & RF_DISTRIBUTE_SPARE) { /* redirect to dist
sys/dev/raidframe/rf_reconstruct.c
1454
if (layoutPtr->map->flags & RF_DISTRIBUTE_SPARE) {
sys/dev/raidframe/rf_reconstruct.c
258
if (raidPtr->Layout.map->flags & RF_DISTRIBUTE_SPARE) {
sys/dev/raidframe/rf_reconstruct.c
413
if (raidPtr->Layout.map->flags & RF_DISTRIBUTE_SPARE) {
sys/dev/raidframe/rf_reconstruct.c
923
ds = (raidPtr->Layout.map->flags & RF_DISTRIBUTE_SPARE);