Home
last modified time | relevance | path

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

/openbmc/u-boot/fs/yaffs2/
H A Dyaffs_guts.c1180 struct yaffs_block_info *the_block; in yaffs_soft_del_chunk() local
1186 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()