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

/u-boot/fs/yaffs2/
H A Dyaffs_packedtags2.c57 t->ecc_result, t->block_bad, t->chunk_used, t->obj_id,
163 enum yaffs_ecc_result ecc_result = YAFFS_ECC_RESULT_NO_ERROR; local
179 ecc_result = YAFFS_ECC_RESULT_NO_ERROR;
182 ecc_result = YAFFS_ECC_RESULT_FIXED;
185 ecc_result = YAFFS_ECC_RESULT_UNFIXED;
188 ecc_result = YAFFS_ECC_RESULT_UNKNOWN;
193 t->ecc_result = ecc_result;
H A Dyaffs_tagscompat.c144 enum yaffs_ecc_result *ecc_result,
203 *ecc_result = YAFFS_ECC_RESULT_UNFIXED;
205 *ecc_result = YAFFS_ECC_RESULT_FIXED;
207 *ecc_result = YAFFS_ECC_RESULT_NO_ERROR;
247 *ecc_result = YAFFS_ECC_RESULT_UNFIXED;
249 *ecc_result = YAFFS_ECC_RESULT_FIXED;
251 *ecc_result = YAFFS_ECC_RESULT_NO_ERROR;
318 enum yaffs_ecc_result ecc_result = YAFFS_ECC_RESULT_UNKNOWN; local
329 data, &spare, &ecc_result, 1))
339 ext_tags->ecc_result
140 yaffs_rd_chunk_nand(struct yaffs_dev *dev, int nand_chunk, u8 *data, struct yaffs_spare *spare, enum yaffs_ecc_result *ecc_result, int correct_errors) argument
[all...]
H A Dyaffs_nandif.c125 tags->ecc_result == YAFFS_ECC_RESULT_UNFIXED)
126 tags->ecc_result = YAFFS_ECC_RESULT_UNFIXED;
128 tags->ecc_result == YAFFS_ECC_RESULT_FIXED)
129 tags->ecc_result = YAFFS_ECC_RESULT_FIXED;
131 tags->ecc_result = YAFFS_ECC_RESULT_NO_ERROR;
H A Dyaffs_packedtags1.c50 t->ecc_result = YAFFS_ECC_RESULT_NO_ERROR;
H A Dyaffs_mtdif2.c158 && tags->ecc_result == YAFFS_ECC_RESULT_NO_ERROR) {
159 tags->ecc_result = YAFFS_ECC_RESULT_UNFIXED;
163 && tags->ecc_result == YAFFS_ECC_RESULT_NO_ERROR) {
164 tags->ecc_result = YAFFS_ECC_RESULT_FIXED;
H A Dyaffs_nand.c40 if (tags && tags->ecc_result > YAFFS_ECC_RESULT_NO_ERROR) {
H A Dyaffs_checkptrw.c118 tags.ecc_result);
332 tags.ecc_result > YAFFS_ECC_RESULT_FIXED ||
H A Dyaffs_yaffs1.c102 if (tags.ecc_result == YAFFS_ECC_RESULT_UNFIXED ||
H A Dyaffs_summary.c212 tags.ecc_result > YAFFS_ECC_RESULT_FIXED ||
H A Dyaffs_guts.h186 enum yaffs_ecc_result ecc_result; member in struct:yaffs_ext_tags
H A Dyaffs_yaffs2.c1018 } else if (tags.ecc_result ==
H A Dyaffs_guts.c321 if (tags.ecc_result > YAFFS_ECC_RESULT_NO_ERROR)

Completed in 123 milliseconds