BlocksPerTable    134 dev/raidframe/rf_decluster.c 	info->BlocksPerTable = b;
BlocksPerTable    421 dev/raidframe/rf_decluster.c 	BlockID %= info->BlocksPerTable;
BlocksPerTable    450 dev/raidframe/rf_decluster.c 	outSU += TableOffset / (info->BlocksPerTable * info->PUsPerBlock);
BlocksPerTable    508 dev/raidframe/rf_decluster.c 	BlockID %= info->BlocksPerTable;
BlocksPerTable    538 dev/raidframe/rf_decluster.c 	outSU += TableOffset / (info->BlocksPerTable * info->PUsPerBlock);
BlocksPerTable    573 dev/raidframe/rf_decluster.c 	tableOffset = (stripeID % info->BlocksPerTable);
BlocksPerTable    681 dev/raidframe/rf_decluster.c 	*psID = (stripeID / (layoutPtr->SUsPerPU * info->BlocksPerTable)) *
BlocksPerTable    682 dev/raidframe/rf_decluster.c 	    info->BlocksPerTable + (stripeID % info->BlocksPerTable);
BlocksPerTable    683 dev/raidframe/rf_decluster.c 	*which_ru = (stripeID % (info->BlocksPerTable * layoutPtr->SUsPerPU)) /
BlocksPerTable    684 dev/raidframe/rf_decluster.c 	    info->BlocksPerTable;
BlocksPerTable    759 dev/raidframe/rf_decluster.c 	req->BlocksPerTable = info->BlocksPerTable;
BlocksPerTable    802 dev/raidframe/rf_decluster.c 		RF_Malloc(info->SpareTable[i], info->BlocksPerTable *
BlocksPerTable    805 dev/raidframe/rf_decluster.c 		    info->BlocksPerTable * sizeof(RF_SpareTableEntry_t));
BlocksPerTable    840 dev/raidframe/rf_decluster.c 		RF_Free(table[i], info->BlocksPerTable *
BlocksPerTable     80 dev/raidframe/rf_decluster.h 	RF_StripeCount_t	  BlocksPerTable;
BlocksPerTable    113 dev/raidframe/rf_declusterPQ.c 	info->BlocksPerTable = b;
BlocksPerTable    369 dev/raidframe/rf_declusterPQ.c 	BlockID %= info->BlocksPerTable;
BlocksPerTable    408 dev/raidframe/rf_declusterPQ.c 	outSU += TableOffset / (info->BlocksPerTable * info->PUsPerBlock);
BlocksPerTable    453 dev/raidframe/rf_declusterPQ.c 	BlockID %= info->BlocksPerTable;
BlocksPerTable    472 dev/raidframe/rf_declusterPQ.c 	outSU += TableOffset / (info->BlocksPerTable * info->PUsPerBlock);
BlocksPerTable    511 dev/raidframe/rf_declusterPQ.c 	BlockID %= info->BlocksPerTable;
BlocksPerTable    530 dev/raidframe/rf_declusterPQ.c 	outSU += TableOffset / (info->BlocksPerTable * info->PUsPerBlock);
BlocksPerTable    565 dev/raidframe/rf_declusterPQ.c 	tableOffset = (stripeID % info->BlocksPerTable);
BlocksPerTable     76 dev/raidframe/rf_raidframe.h 	int			 BlocksPerTable;