Searched refs:total_retlen (Results 1 – 1 of 1) sorted by relevance
155 size_t total_retlen=0; in mtdchar_read() local217 total_retlen += retlen; in mtdchar_read()232 return total_retlen; in mtdchar_read()243 size_t total_retlen=0; in mtdchar_write() local303 if ((ret == -ENOSPC) && (total_retlen)) in mtdchar_write()308 total_retlen += retlen; in mtdchar_write()319 return total_retlen; in mtdchar_write()