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

  /src/sys/dev/raidframe/
rf_declusterPQ.c 213 info->LayoutTable = rf_make_2d_array(b, k, raidPtr->cleanupList);
214 if (info->LayoutTable == NULL)
229 info->LayoutTable[i][j] = *cfgBuf++;
234 info->OffsetTable[i][j] = first_avail_slot[info->LayoutTable[i][j]];
235 first_avail_slot[info->LayoutTable[i][j]]++;
243 [info->LayoutTable[i][j]] = SUID;
321 *col = info->LayoutTable[BlockID][BlockOffset];
376 *col = info->LayoutTable[BlockID][RepIndex];
427 *col = info->LayoutTable[BlockID][RepIndexQ];
464 *diskids = info->LayoutTable[tableOffset]
    [all...]
rf_decluster.c 235 info->LayoutTable = rf_make_2d_array(b, k, raidPtr->cleanupList);
236 if (info->LayoutTable == NULL)
251 info->LayoutTable[i][j] = *cfgBuf++;
256 info->OffsetTable[i][j] = first_avail_slot[info->LayoutTable[i][j]];
257 first_avail_slot[info->LayoutTable[i][j]]++;
265 [info->LayoutTable[i][j]] = SUID;
348 *col = info->LayoutTable[BlockID][BlockOffset];
409 *col = info->LayoutTable[BlockID][RepIndex];
451 *diskids = info->LayoutTable[tableOffset];
rf_decluster.h 54 RF_RowCol_t **LayoutTable; /* the block design table */

Completed in 12 milliseconds