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

/u-boot/fs/yaffs2/
H A Dyaffs_verify.c226 u32 the_chunk; local
269 the_chunk = yaffs_get_group_base(dev, tn, i);
270 if (the_chunk > 0) {
271 yaffs_rd_chunk_tags_nand(dev, the_chunk, NULL,
276 obj_id, i, the_chunk,
H A Dyaffs_guts.c959 static int yaffs_find_chunk_in_group(struct yaffs_dev *dev, int the_chunk, argument
965 for (j = 0; the_chunk && j < dev->chunk_grp_size; j++) {
967 (dev, the_chunk / dev->param.chunks_per_block,
968 the_chunk % dev->param.chunks_per_block)) {
971 return the_chunk;
973 yaffs_rd_chunk_tags_nand(dev, the_chunk, NULL,
978 return the_chunk;
982 the_chunk++;
992 int the_chunk = -1; local
1007 the_chunk
1019 int the_chunk = -1; local
1207 int the_chunk; local
[all...]

Completed in 47 milliseconds