Lines Matching defs:ppos
100 loff_t *ppos)
128 ret = simple_read_from_buffer(buffer, count, ppos, cbuf, cnt);
137 size_t count, loff_t *ppos)
139 if (!count || *ppos)
147 loff_t *ppos)
157 return simple_read_from_buffer(buffer, count, ppos, cbuf, cnt);
162 size_t count, loff_t *ppos)
170 if (!count || *ppos)
193 size_t count, loff_t *ppos)
206 return simple_read_from_buffer(buffer, count, ppos, cbuf, cnt);
212 loff_t *ppos)
222 if (!count || *ppos)
387 size_t count, loff_t *ppos)
392 cnt = min_t(int, count, cnt - *ppos);
393 *ppos += cnt;
400 loff_t *ppos)
409 if (!count || *ppos)