Searched refs:eccpos (Results 1 – 3 of 3) sorted by relevance
456 u32 eccpos; in shrink_ecclayout() local466 eccpos = oobregion.offset; in shrink_ecclayout()468 eccpos < oobregion.offset + oobregion.length; i++) { in shrink_ecclayout()469 to->eccpos[i] = eccpos++; in shrink_ecclayout()502 for (i = 0; i < ARRAY_SIZE(to->eccpos);) { in get_oobinfo()503 u32 eccpos; in get_oobinfo() local513 if (oobregion.length + i > ARRAY_SIZE(to->eccpos)) in get_oobinfo()516 eccpos = oobregion.offset; in get_oobinfo()517 for (; eccpos < oobregion.offset + oobregion.length; i++) { in get_oobinfo()518 to->eccpos[i] = eccpos++; in get_oobinfo()
272 __u32 eccpos[32]; member292 __u32 eccpos[MTD_MAX_ECCPOS_ENTRIES]; member
625 int eccpos[24];643 - eccpos645 The eccpos array holds the byte offsets in the spare area where the
Completed in 7 milliseconds