Searched refs:writeend (Results 1 – 1 of 1) sorted by relevance
1822 int writeend = column + thislen; in onenand_fill_auto_oob() local1830 if (writeend >= lastgap) in onenand_fill_auto_oob()1831 writeend += free->offset - lastgap; in onenand_fill_auto_oob()1837 if (free->offset < writeend && free_end > writecol) { in onenand_fill_auto_oob()1839 int ed = min_t(int,free_end,writeend); in onenand_fill_auto_oob()