Home
last modified time | relevance | path

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

/external/u-boot/fs/yaffs2/
Dyaffs_verify.c226 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()
Dyaffs_guts.c958 static int yaffs_find_chunk_in_group(struct yaffs_dev *dev, int the_chunk, in yaffs_find_chunk_in_group() argument
964 for (j = 0; the_chunk && j < dev->chunk_grp_size; j++) { in yaffs_find_chunk_in_group()
966 (dev, the_chunk / dev->param.chunks_per_block, in yaffs_find_chunk_in_group()
967 the_chunk % dev->param.chunks_per_block)) { in yaffs_find_chunk_in_group()
970 return the_chunk; in yaffs_find_chunk_in_group()
972 yaffs_rd_chunk_tags_nand(dev, the_chunk, NULL, in yaffs_find_chunk_in_group()
977 return the_chunk; in yaffs_find_chunk_in_group()
981 the_chunk++; in yaffs_find_chunk_in_group()
991 int the_chunk = -1; in yaffs_find_chunk_in_file() local
1006 the_chunk = yaffs_get_group_base(dev, tn, inode_chunk); in yaffs_find_chunk_in_file()
[all …]