Searched refs:current_blk (Results 1 – 1 of 1) sorted by relevance
3728 u32 current_blk = BLK_FROM_ADDR(blk_addr); in FTL_Replace_Block() local3736 if (IS_SPARE_BLOCK(current_blk)) { in FTL_Replace_Block()3737 pbt[current_blk] = (~SPARE_BLOCK) & pbt[current_blk]; in FTL_Replace_Block()3744 p_BTableChangesDelta->BT_Index = current_blk; in FTL_Replace_Block()3745 p_BTableChangesDelta->BT_Entry_Value = pbt[current_blk]; in FTL_Replace_Block()3751 FTL_Replace_LWBlock(current_blk, &GarbageCollect); in FTL_Replace_Block()