Searched refs:oobfree (Results 1 – 4 of 4) sorted by relevance
53 k = mtd->ecclayout->oobfree[j].offset; in nandmtd2_pt2buf()54 n = mtd->ecclayout->oobfree[j].length; in nandmtd2_pt2buf()66 k = mtd->ecclayout->oobfree[j].offset; in nandmtd2_pt2buf()67 n = mtd->ecclayout->oobfree[j].length; in nandmtd2_pt2buf()68 if (n == 0 || j >= (sizeof(mtd->ecclayout->oobfree) / sizeof(mtd->ecclayout->oobfree[0]))) { in nandmtd2_pt2buf()93 k = mtd->ecclayout->oobfree[j].offset; in nandmtd2_buf2pt()94 n = mtd->ecclayout->oobfree[j].length; in nandmtd2_buf2pt()104 k = mtd->ecclayout->oobfree[j].offset; in nandmtd2_buf2pt()105 n = mtd->ecclayout->oobfree[j].length; in nandmtd2_buf2pt()106 if (n == 0 || j >= (sizeof(mtd->ecclayout->oobfree) / sizeof(mtd->ecclayout->oobfree[0]))) { in nandmtd2_buf2pt()
142 for (i = 0; i < ARRAY_SIZE(ninfo.oobfree); ++i) { in mtd_ioctl()146 for (j = 0; j < ARRAY_SIZE(ninfo.oobfree[0]); ++j) { in mtd_ioctl()149 tprintf("%#" PRIx32, ninfo.oobfree[i][j]); in mtd_ioctl()183 for (i = 0; i < ARRAY_SIZE(nlay.oobfree); ++i) { in mtd_ioctl()187 nlay.oobfree[i].offset, nlay.oobfree[i].length); in mtd_ioctl()
213 __u32 oobfree[8][2]; member236 struct nand_oobfree oobfree[MTD_MAX_OOBFREE_ENTRIES]; member