Searched refs:total_retlen (Results 1 – 1 of 1) sorted by relevance
133 size_t total_retlen=0; in mtdchar_read() local199 total_retlen += retlen; in mtdchar_read()214 return total_retlen; in mtdchar_read()225 size_t total_retlen=0; in mtdchar_write() local285 if ((ret == -ENOSPC) && (total_retlen)) in mtdchar_write()290 total_retlen += retlen; in mtdchar_write()301 return total_retlen; in mtdchar_write()