Home
last modified time | relevance | path

Searched refs:total_retlen (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/drivers/mtd/
Dmtdchar.c133 size_t total_retlen=0; in mtdchar_read() local
199 total_retlen += retlen; in mtdchar_read()
214 return total_retlen; in mtdchar_read()
225 size_t total_retlen=0; in mtdchar_write() local
285 if ((ret == -ENOSPC) && (total_retlen)) in mtdchar_write()
290 total_retlen += retlen; in mtdchar_write()
301 return total_retlen; in mtdchar_write()