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

/netgear-R7800-V1.0.2.28/target/linux/generic/files/fs/yaffs2/
H A Dyaffs_packedtags2.c59 TENDSTR), t->ecc_result, t->block_bad, t->chunk_used, t->obj_id,
162 yaffs_ecc_result ecc_result = YAFFS_ECC_RESULT_NO_ERROR; local
178 ecc_result = YAFFS_ECC_RESULT_NO_ERROR;
181 ecc_result = YAFFS_ECC_RESULT_FIXED;
184 ecc_result = YAFFS_ECC_RESULT_UNFIXED;
187 ecc_result = YAFFS_ECC_RESULT_UNKNOWN;
193 t->ecc_result = ecc_result;
H A Dyaffs_tagscompat.c181 yaffs_ecc_result *ecc_result,
242 *ecc_result = YAFFS_ECC_RESULT_UNFIXED;
244 *ecc_result = YAFFS_ECC_RESULT_FIXED;
246 *ecc_result = YAFFS_ECC_RESULT_NO_ERROR;
289 *ecc_result = YAFFS_ECC_RESULT_UNFIXED;
291 *ecc_result = YAFFS_ECC_RESULT_FIXED;
293 *ecc_result = YAFFS_ECC_RESULT_NO_ERROR;
443 yaffs_ecc_result ecc_result = YAFFS_ECC_RESULT_UNKNOWN; local
454 (dev, nand_chunk, data, &spare, &ecc_result, 1)) {
462 eTags->ecc_result
177 yaffs_rd_chunk_nand(struct yaffs_dev_s *dev, int nand_chunk, __u8 *data, yaffs_spare *spare, yaffs_ecc_result *ecc_result, int doErrorCorrection) argument
[all...]
H A Dyaffs_mtdif1.c145 /* Return with empty ExtendedTags but add ecc_result.
147 static int rettags(yaffs_ext_tags *etags, int ecc_result, int retval) argument
151 etags->ecc_result = ecc_result;
159 * all members except ecc_result and block_bad are zeroed.
165 * - Update ecc_result and block_bad members to refect state.
228 /* when blank, upper layers want ecc_result to be <= NO_ERROR */
267 etags->ecc_result = eccres;
344 } else if (etags.ecc_result != YAFFS_ECC_RESULT_NO_ERROR) {
H A Dyaffs_mtdif2.c182 if (tags && retval == -EBADMSG && tags->ecc_result == YAFFS_ECC_RESULT_NO_ERROR) {
183 tags->ecc_result = YAFFS_ECC_RESULT_UNFIXED;
186 if(tags && retval == -EUCLEAN && tags->ecc_result == YAFFS_ECC_RESULT_NO_ERROR) {
187 tags->ecc_result = YAFFS_ECC_RESULT_FIXED;
H A Dyaffs_packedtags1.c44 t->ecc_result = YAFFS_ECC_RESULT_NO_ERROR;
H A Dyaffs_nand.c44 tags->ecc_result > YAFFS_ECC_RESULT_NO_ERROR) {
H A Dyaffs_checkptrw.c106 i, tags.obj_id, tags.seq_number, tags.ecc_result));
324 tags.ecc_result > YAFFS_ECC_RESULT_FIXED ||
H A Dyaffs_yaffs1.c118 if (tags.ecc_result == YAFFS_ECC_RESULT_UNFIXED || tags.is_deleted) {
H A Dyaffs_guts.h178 yaffs_ecc_result ecc_result; member in struct:__anon575
H A Dyaffs_yaffs2.c1128 } else if (tags.ecc_result == YAFFS_ECC_RESULT_UNFIXED) {
H A Dyaffs_guts.c348 if (tags.ecc_result > YAFFS_ECC_RESULT_NO_ERROR)

Completed in 147 milliseconds