Lines Matching refs:ppos
106 size_t count, loff_t *ppos)
109 return simple_read_from_buffer(buf, count, ppos, &qib_stats,
134 size_t count, loff_t *ppos)
136 return simple_read_from_buffer(buf, count, ppos, qib_statnames,
147 size_t count, loff_t *ppos)
153 avail = dd->f_read_cntrs(dd, *ppos, NULL, &counters);
154 return simple_read_from_buffer(buf, count, ppos, counters, avail);
159 size_t count, loff_t *ppos)
165 avail = dd->f_read_cntrs(dd, *ppos, &names, NULL);
166 return simple_read_from_buffer(buf, count, ppos, names, avail);
181 size_t count, loff_t *ppos)
187 avail = dd->f_read_portcntrs(dd, *ppos, 0, &names, NULL);
188 return simple_read_from_buffer(buf, count, ppos, names, avail);
193 size_t count, loff_t *ppos)
199 avail = dd->f_read_portcntrs(dd, *ppos, 0, NULL, &counters);
200 return simple_read_from_buffer(buf, count, ppos, counters, avail);
205 size_t count, loff_t *ppos)
211 avail = dd->f_read_portcntrs(dd, *ppos, 1, NULL, &counters);
212 return simple_read_from_buffer(buf, count, ppos, counters, avail);
225 size_t count, loff_t *ppos)
237 ret = simple_read_from_buffer(buf, count, ppos, tmp, ret);
246 size_t count, loff_t *ppos)
261 ret = simple_read_from_buffer(buf, count, ppos, tmp, ret);
272 size_t count, loff_t *ppos)
279 pos = *ppos;
312 *ppos = pos + count;
323 size_t count, loff_t *ppos)
330 pos = *ppos;
346 *ppos = pos + count;