Lines Matching refs:TableOffset
284 RF_StripeNum_t FullTableID, FullTableOffset, TableID, TableOffset; in rf_MapSectorDeclusteredPQ() local
302 TableOffset = FullTableOffset - TableID * info->SUsPerTable; in rf_MapSectorDeclusteredPQ()
303 BlockID = TableOffset / info->PUsPerBlock; in rf_MapSectorDeclusteredPQ()
304 BlockOffset = TableOffset - BlockID * info->PUsPerBlock; in rf_MapSectorDeclusteredPQ()
334 … outSU += TableOffset / (info->BlocksPerTable * info->PUsPerBlock); /* offs to the SU within in rf_MapSectorDeclusteredPQ()
351 RF_StripeNum_t FullTableID, FullTableOffset, TableID, TableOffset; in rf_MapParityDeclusteredPQ() local
370 TableOffset = FullTableOffset - TableID * info->SUsPerTable; in rf_MapParityDeclusteredPQ()
371 BlockID = TableOffset / info->PUsPerBlock; in rf_MapParityDeclusteredPQ()
388 outSU += TableOffset / (info->BlocksPerTable * info->PUsPerBlock); in rf_MapParityDeclusteredPQ()
401 RF_StripeNum_t FullTableID, FullTableOffset, TableID, TableOffset; in rf_MapQDeclusteredPQ() local
420 TableOffset = FullTableOffset - TableID * info->SUsPerTable; in rf_MapQDeclusteredPQ()
421 BlockID = TableOffset / info->PUsPerBlock; in rf_MapQDeclusteredPQ()
438 outSU += TableOffset / (info->BlocksPerTable * info->PUsPerBlock); in rf_MapQDeclusteredPQ()