Searched refs:BLOCK_TABLE_INDEX (Results 1 – 2 of 2) sorted by relevance
39 #define BLOCK_TABLE_INDEX 0 macro
2167 pbt[BLOCK_TABLE_INDEX] = g_wBlockTableIndex; in FTL_Write_Block_Table()2189 BLOCK_TABLE_INDEX; in FTL_Write_Block_Table()2191 pbt[BLOCK_TABLE_INDEX]; in FTL_Write_Block_Table()2198 MARK_BLOCK_AS_BAD(pbt[BLOCK_TABLE_INDEX]); in FTL_Write_Block_Table()2797 for (i = BLOCK_TABLE_INDEX + 1; i < DeviceInfo.wDataBlockNum; i++) { in find_least_most_worn()2961 least_worn_idx = BLOCK_TABLE_INDEX; in FTL_Static_Wear_Leveling()2962 most_worn_idx = BLOCK_TABLE_INDEX; in FTL_Static_Wear_Leveling()3585 blk = FTL_Replace_LWBlock(BLOCK_TABLE_INDEX, &gc); in FTL_Replace_Block_Table()3589 blk = FTL_Replace_LWBlock(BLOCK_TABLE_INDEX, &gc); in FTL_Replace_Block_Table()4125 MARK_BLOCK_AS_BAD(pbt[BLOCK_TABLE_INDEX]); in FTL_Write_IN_Progress_Block_Table_Page()[all …]