Lines Matching refs:ppos
764 loff_t *ppos, struct cache_detail *cd) in cache_read() argument
902 size_t count, loff_t *ppos, in cache_write() argument
1425 size_t count, loff_t *ppos, in read_flush() argument
1429 unsigned long p = *ppos; in read_flush()
1441 *ppos += len; in read_flush()
1446 size_t count, loff_t *ppos, in write_flush() argument
1453 if (*ppos || count > sizeof(tbuf)-1) in write_flush()
1481 *ppos += count; in write_flush()
1486 size_t count, loff_t *ppos) in cache_read_procfs() argument
1490 return cache_read(filp, buf, count, ppos, cd); in cache_read_procfs()
1494 size_t count, loff_t *ppos) in cache_write_procfs() argument
1498 return cache_write(filp, buf, count, ppos, cd); in cache_write_procfs()
1578 size_t count, loff_t *ppos) in read_flush_procfs() argument
1582 return read_flush(filp, buf, count, ppos, cd); in read_flush_procfs()
1587 size_t count, loff_t *ppos) in write_flush_procfs() argument
1591 return write_flush(filp, buf, count, ppos, cd); in write_flush_procfs()
1722 size_t count, loff_t *ppos) in cache_read_pipefs() argument
1726 return cache_read(filp, buf, count, ppos, cd); in cache_read_pipefs()
1730 size_t count, loff_t *ppos) in cache_write_pipefs() argument
1734 return cache_write(filp, buf, count, ppos, cd); in cache_write_pipefs()
1814 size_t count, loff_t *ppos) in read_flush_pipefs() argument
1818 return read_flush(filp, buf, count, ppos, cd); in read_flush_pipefs()
1823 size_t count, loff_t *ppos) in write_flush_pipefs() argument
1827 return write_flush(filp, buf, count, ppos, cd); in write_flush_pipefs()