Lines Matching refs:ppos
836 loff_t *ppos, struct cache_detail *cd) in cache_read() argument
956 size_t count, loff_t *ppos, in cache_write() argument
1502 size_t count, loff_t *ppos, in read_flush() argument
1510 return simple_read_from_buffer(buf, count, ppos, tbuf, len); in read_flush()
1514 size_t count, loff_t *ppos, in write_flush() argument
1521 if (*ppos || count > sizeof(tbuf)-1) in write_flush()
1552 *ppos += count; in write_flush()
1557 size_t count, loff_t *ppos) in cache_read_procfs() argument
1561 return cache_read(filp, buf, count, ppos, cd); in cache_read_procfs()
1565 size_t count, loff_t *ppos) in cache_write_procfs() argument
1569 return cache_write(filp, buf, count, ppos, cd); in cache_write_procfs()
1647 size_t count, loff_t *ppos) in read_flush_procfs() argument
1651 return read_flush(filp, buf, count, ppos, cd); in read_flush_procfs()
1656 size_t count, loff_t *ppos) in write_flush_procfs() argument
1660 return write_flush(filp, buf, count, ppos, cd); in write_flush_procfs()
1769 size_t count, loff_t *ppos) in cache_read_pipefs() argument
1773 return cache_read(filp, buf, count, ppos, cd); in cache_read_pipefs()
1777 size_t count, loff_t *ppos) in cache_write_pipefs() argument
1781 return cache_write(filp, buf, count, ppos, cd); in cache_write_pipefs()
1860 size_t count, loff_t *ppos) in read_flush_pipefs() argument
1864 return read_flush(filp, buf, count, ppos, cd); in read_flush_pipefs()
1869 size_t count, loff_t *ppos) in write_flush_pipefs() argument
1873 return write_flush(filp, buf, count, ppos, cd); in write_flush_pipefs()