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

/openwrt/target/linux/generic/files/fs/yaffs2/
H A Dyaffs_guts.c1249 struct yaffs_block_info *the_block; local
1255 the_block = yaffs_get_block_info(dev, block_no);
1256 if (the_block) {
1257 the_block->soft_del_pages++;
1259 yaffs2_update_oldest_dirty_seq(dev, block_no, the_block);

Completed in 29 milliseconds