Lines Matching refs:writesize
197 from & ~mtd->writesize); in read_bbt()
201 from & ~mtd->writesize); in read_bbt()
325 ops.len = min(len, (size_t)mtd->writesize); in scan_read_oob()
336 buf += mtd->oobsize + mtd->writesize; in scan_read_oob()
337 len -= mtd->writesize; in scan_read_oob()
338 offs += mtd->writesize; in scan_read_oob()
375 ver_offs += mtd->writesize; in bbt_get_ver_offs()
397 mtd->writesize, td); in read_abs_bbts()
406 mtd->writesize, md); in read_abs_bbts()
435 ret = mtd_read_oob(mtd, offs + (page_offset * mtd->writesize), in scan_block_fast()
559 int scanlen = mtd->writesize + mtd->oobsize; in search_bbt()
596 scan_read(this, buf, offs, mtd->writesize, td); in search_bbt()
597 if (!check_pattern(buf, scanlen, mtd->writesize, td)) { in search_bbt()
836 res = mtd_read_oob(mtd, to + mtd->writesize, &ops); in write_bbt()
857 len = ALIGN(len, mtd->writesize); in write_bbt()
866 len = ALIGN(len, mtd->writesize); in write_bbt()