• Home
  • Raw
  • Download

Lines Matching refs:ppos

797 			  loff_t *ppos, struct cache_detail *cd)  in cache_read()  argument
935 size_t count, loff_t *ppos, in cache_write() argument
1474 size_t count, loff_t *ppos, in read_flush() argument
1482 return simple_read_from_buffer(buf, count, ppos, tbuf, len); in read_flush()
1486 size_t count, loff_t *ppos, in write_flush() argument
1493 if (*ppos || count > sizeof(tbuf)-1) in write_flush()
1524 *ppos += count; in write_flush()
1529 size_t count, loff_t *ppos) in cache_read_procfs() argument
1533 return cache_read(filp, buf, count, ppos, cd); in cache_read_procfs()
1537 size_t count, loff_t *ppos) in cache_write_procfs() argument
1541 return cache_write(filp, buf, count, ppos, cd); in cache_write_procfs()
1621 size_t count, loff_t *ppos) in read_flush_procfs() argument
1625 return read_flush(filp, buf, count, ppos, cd); in read_flush_procfs()
1630 size_t count, loff_t *ppos) in write_flush_procfs() argument
1634 return write_flush(filp, buf, count, ppos, cd); in write_flush_procfs()
1748 size_t count, loff_t *ppos) in cache_read_pipefs() argument
1752 return cache_read(filp, buf, count, ppos, cd); in cache_read_pipefs()
1756 size_t count, loff_t *ppos) in cache_write_pipefs() argument
1760 return cache_write(filp, buf, count, ppos, cd); in cache_write_pipefs()
1840 size_t count, loff_t *ppos) in read_flush_pipefs() argument
1844 return read_flush(filp, buf, count, ppos, cd); in read_flush_pipefs()
1849 size_t count, loff_t *ppos) in write_flush_pipefs() argument
1853 return write_flush(filp, buf, count, ppos, cd); in write_flush_pipefs()