Lines Matching refs:ppos
292 size_t count, loff_t *ppos) in mdpy_read() argument
300 if (count >= 4 && !(*ppos % 4)) { in mdpy_read()
304 *ppos, false); in mdpy_read()
312 } else if (count >= 2 && !(*ppos % 2)) { in mdpy_read()
316 *ppos, false); in mdpy_read()
328 *ppos, false); in mdpy_read()
340 *ppos += filled; in mdpy_read()
351 size_t count, loff_t *ppos) in mdpy_write() argument
359 if (count >= 4 && !(*ppos % 4)) { in mdpy_write()
366 *ppos, true); in mdpy_write()
371 } else if (count >= 2 && !(*ppos % 2)) { in mdpy_write()
378 *ppos, true); in mdpy_write()
390 *ppos, true); in mdpy_write()
398 *ppos += filled; in mdpy_write()