Searched refs:endoff (Results 1 – 1 of 1) sorted by relevance
663 loff_t endoff; in do_nand() local682 endoff = off + size; in do_nand()683 if (endoff > mtd->size) { in do_nand()689 endoff = round_up(endoff, mtd->erasesize); in do_nand()690 size = endoff - off; in do_nand()693 while (off < endoff) { in do_nand()
Completed in 3 milliseconds