Searched refs:the_block (Results 1 - 1 of 1) sorted by relevance

/u-boot/fs/yaffs2/
H A Dyaffs_guts.c1181 struct yaffs_block_info *the_block; local
1187 the_block = yaffs_get_block_info(dev, block_no);
1188 if (the_block) {
1189 the_block->soft_del_pages++;
1191 yaffs2_update_oldest_dirty_seq(dev, block_no, the_block);

Completed in 92 milliseconds