HomeSort by relevance Sort by last modified time
    Searched refs:eccResult (Results 1 - 8 of 8) sorted by null

  /external/yaffs2/yaffs2/
yaffs_packedtags2.c 60 TENDSTR), t->eccResult, t->blockBad, t->chunkUsed, t->objectId,
121 t->eccResult = YAFFS_ECC_RESULT_NO_ERROR;
138 t->eccResult = YAFFS_ECC_RESULT_NO_ERROR;
141 t->eccResult = YAFFS_ECC_RESULT_FIXED;
144 t->eccResult = YAFFS_ECC_RESULT_UNFIXED;
147 t->eccResult = YAFFS_ECC_RESULT_UNKNOWN;
yaffs_tagscompat.c 184 yaffs_ECCResult * eccResult,
247 *eccResult = YAFFS_ECC_RESULT_UNFIXED;
249 *eccResult = YAFFS_ECC_RESULT_FIXED;
251 *eccResult = YAFFS_ECC_RESULT_NO_ERROR;
292 *eccResult = YAFFS_ECC_RESULT_UNFIXED;
294 *eccResult = YAFFS_ECC_RESULT_FIXED;
296 *eccResult = YAFFS_ECC_RESULT_NO_ERROR;
440 yaffs_ECCResult eccResult;
451 (dev, chunkInNAND, data, &spare, &eccResult, 1)) {
459 eTags->eccResult = eccResult
    [all...]
yaffs_packedtags1.c 32 t->eccResult = YAFFS_ECC_RESULT_NO_ERROR;
yaffs_nand.c 45 tags->eccResult > YAFFS_ECC_RESULT_NO_ERROR){
yaffs_mtdif2.c 242 if(tags && retval == -EBADMSG && tags->eccResult == YAFFS_ECC_RESULT_NO_ERROR)
243 tags->eccResult = YAFFS_ECC_RESULT_UNFIXED;
yaffs_guts.h 178 yaffs_ECCResult eccResult;
yaffs_guts.c 374 if(tags.eccResult > YAFFS_ECC_RESULT_NO_ERROR)
    [all...]
  /external/yaffs2/yaffs2/direct/
yaffs_fileem2k.c 256 if(fail300 && tags->eccResult == YAFFS_ECC_RESULT_NO_ERROR){
257 tags->eccResult = YAFFS_ECC_RESULT_FIXED;
263 if(fail320 && tags->eccResult == YAFFS_ECC_RESULT_NO_ERROR){
264 tags->eccResult = YAFFS_ECC_RESULT_FIXED;

Completed in 3092 milliseconds