Lines Matching refs:numCol
459 for (int col = 0; col < r->numCol; col++) {
564 for (int col = 0; col < r->numCol; col++) {
873 for (c = 0; c < raidPtr->numCol; c++) {
888 sparecol = raidPtr->numCol + c;
893 for(j=0;j<raidPtr->numCol;j++) {
1220 if (rr->col < 0 || rr->col >= raidPtr->numCol) {
1238 if (spareCol < raidPtr->numCol ||
1239 spareCol >= raidPtr->numCol + raidPtr->numSpare)
1350 if (k_cfg->numCol >= RF_MAXCOL || k_cfg->numCol < 0) {
1422 if ((column < 0) || (column >= raidPtr->numCol)) {
1449 for (int column = 0; column < raidPtr->numCol; column++) {
1489 if ((column < 0) || (column >= raidPtr->numCol)) {
1806 for (column = 0; column < raidPtr->numCol; column++)
1810 for (column = 0; column < raidPtr->numCol; column++) {
2594 for (c = 0; c < raidPtr->numCol; c++) {
2614 for (c = 0; c < raidPtr->numCol; c++) {
2642 for (c = 0; c < raidPtr->numCol; c++) {
2658 sparecol = raidPtr->numCol + c;
2670 for(j=0;j<raidPtr->numCol;j++) {
2711 for (c = 0; c < raidPtr->numCol; c++) {
2732 sparecol = raidPtr->numCol + c;
2745 for(j=0;j<raidPtr->numCol;j++) {
2800 for (c = 0; c < raidPtr->numCol; c++) {
2809 vp = raidPtr->raid_cinfo[raidPtr->numCol + r].ci_vp;
2810 acd = raidPtr->Disks[raidPtr->numCol + r].auto_configured;
2812 raidPtr->raid_cinfo[raidPtr->numCol + r].ci_vp = NULL;
2813 raidPtr->Disks[raidPtr->numCol + r].auto_configured = 0;
3503 config->numCol = clabel->num_columns;
3536 for(column=0; column<raidPtr->numCol; column++) {
3544 sparecol = raidPtr->numCol + column;
3563 for(column=0; column<raidPtr->numCol; column++) {
3571 sparecol = raidPtr->numCol + column;
3632 clabel->num_columns = raidPtr->numCol;
3836 dg->dg_ntracks = 4 * raidPtr->numCol;
3854 for (c = 0; c < raidPtr->numCol + raidPtr->numSpare; c++) {
3911 for (c = 0; c < raidPtr->numCol; c++) {
3920 int sparecol = raidPtr->numCol + c;
3986 config->cols = raidPtr->numCol;
3987 config->ndevs = raidPtr->numCol;
4000 config->spares[i] = raidPtr->Disks[raidPtr->numCol + i];
4016 if ((column < 0) || (column >= raidPtr->numCol + raidPtr->numSpare))