Searched refs:writeend (Results 1 – 1 of 1) sorted by relevance
1373 int writeend = column + thislen; in onenand_fill_auto_oob() local1382 if (writeend >= lastgap) in onenand_fill_auto_oob()1383 writeend += free->offset - lastgap; in onenand_fill_auto_oob()1390 if (free->offset < writeend && free_end > writecol) { in onenand_fill_auto_oob()1392 int ed = min_t(int,free_end,writeend); in onenand_fill_auto_oob()