Searched refs:total_retlen (Results 1 – 1 of 1) sorted by relevance
155 size_t total_retlen=0; in mtdchar_read() local221 total_retlen += retlen; in mtdchar_read()236 return total_retlen; in mtdchar_read()247 size_t total_retlen=0; in mtdchar_write() local307 if ((ret == -ENOSPC) && (total_retlen)) in mtdchar_write()312 total_retlen += retlen; in mtdchar_write()323 return total_retlen; in mtdchar_write()