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

/openwrt/target/linux/generic/files/fs/yaffs2/
H A Dyaffs_verify.c230 u32 the_chunk; local
275 the_chunk = yaffs_get_group_base(dev, tn, i);
276 if (the_chunk > 0) {
277 yaffs_rd_chunk_tags_nand(dev, the_chunk, NULL,
282 obj_id, i, the_chunk,
H A Dyaffs_guts.c1027 static int yaffs_find_chunk_in_group(struct yaffs_dev *dev, int the_chunk, argument
1033 for (j = 0; the_chunk && j < dev->chunk_grp_size; j++) {
1035 (dev, the_chunk / dev->param.chunks_per_block,
1036 the_chunk % dev->param.chunks_per_block)) {
1039 return the_chunk;
1041 yaffs_rd_chunk_tags_nand(dev, the_chunk, NULL,
1046 return the_chunk;
1050 the_chunk++;
1060 int the_chunk = -1; local
1075 the_chunk
1087 int the_chunk = -1; local
1275 int the_chunk; local
[all...]

Completed in 111 milliseconds