Searched refs:the_block (Results 1 – 1 of 1) sorted by relevance
1180 struct yaffs_block_info *the_block; in yaffs_soft_del_chunk() local1186 the_block = yaffs_get_block_info(dev, block_no); in yaffs_soft_del_chunk()1187 if (the_block) { in yaffs_soft_del_chunk()1188 the_block->soft_del_pages++; in yaffs_soft_del_chunk()1190 yaffs2_update_oldest_dirty_seq(dev, block_no, the_block); in yaffs_soft_del_chunk()