Searched refs:the_chunk (Results 1 – 2 of 2) sorted by relevance
/u-boot/fs/yaffs2/ |
A D | yaffs_verify.c | 226 u32 the_chunk; in yaffs_verify_file() local 269 the_chunk = yaffs_get_group_base(dev, tn, i); in yaffs_verify_file() 270 if (the_chunk > 0) { in yaffs_verify_file() 271 yaffs_rd_chunk_tags_nand(dev, the_chunk, NULL, in yaffs_verify_file() 276 obj_id, i, the_chunk, in yaffs_verify_file()
|
A D | yaffs_guts.c | 968 the_chunk % dev->param.chunks_per_block)) { in yaffs_find_chunk_in_group() 971 return the_chunk; in yaffs_find_chunk_in_group() 973 yaffs_rd_chunk_tags_nand(dev, the_chunk, NULL, in yaffs_find_chunk_in_group() 978 return the_chunk; in yaffs_find_chunk_in_group() 982 the_chunk++; in yaffs_find_chunk_in_group() 992 int the_chunk = -1; in yaffs_find_chunk_in_file() local 1019 int the_chunk = -1; in yaffs_find_del_file_chunk() local 1207 int the_chunk; in yaffs_soft_del_worker() local 1240 the_chunk = yaffs_get_group_base(dev, tn, i); in yaffs_soft_del_worker() 1241 if (the_chunk) { in yaffs_soft_del_worker() [all …]
|
Completed in 9 milliseconds