Lines Matching refs:ppos
757 loff_t *ppos, struct cache_detail *cd) in cache_read() argument
895 size_t count, loff_t *ppos, in cache_write() argument
1414 size_t count, loff_t *ppos, in read_flush() argument
1418 unsigned long p = *ppos; in read_flush()
1430 *ppos += len; in read_flush()
1435 size_t count, loff_t *ppos, in write_flush() argument
1441 if (*ppos || count > sizeof(tbuf)-1) in write_flush()
1455 *ppos += count; in write_flush()
1460 size_t count, loff_t *ppos) in cache_read_procfs() argument
1464 return cache_read(filp, buf, count, ppos, cd); in cache_read_procfs()
1468 size_t count, loff_t *ppos) in cache_write_procfs() argument
1472 return cache_write(filp, buf, count, ppos, cd); in cache_write_procfs()
1552 size_t count, loff_t *ppos) in read_flush_procfs() argument
1556 return read_flush(filp, buf, count, ppos, cd); in read_flush_procfs()
1561 size_t count, loff_t *ppos) in write_flush_procfs() argument
1565 return write_flush(filp, buf, count, ppos, cd); in write_flush_procfs()
1692 size_t count, loff_t *ppos) in cache_read_pipefs() argument
1696 return cache_read(filp, buf, count, ppos, cd); in cache_read_pipefs()
1700 size_t count, loff_t *ppos) in cache_write_pipefs() argument
1704 return cache_write(filp, buf, count, ppos, cd); in cache_write_pipefs()
1784 size_t count, loff_t *ppos) in read_flush_pipefs() argument
1788 return read_flush(filp, buf, count, ppos, cd); in read_flush_pipefs()
1793 size_t count, loff_t *ppos) in write_flush_pipefs() argument
1797 return write_flush(filp, buf, count, ppos, cd); in write_flush_pipefs()