Lines Matching defs:pos
4354 static struct inet6_ifaddr *if6_get_first(struct seq_file *seq, loff_t pos)
4361 /* initial bucket if pos is 0 */
4362 if (pos == 0) {
4407 static void *if6_seq_start(struct seq_file *seq, loff_t *pos)
4411 return if6_get_first(seq, *pos);
4414 static void *if6_seq_next(struct seq_file *seq, void *v, loff_t *pos)
4419 ++*pos;
6266 loff_t pos = *ppos;
6282 *ppos = pos;
6362 loff_t pos = *ppos;
6378 *ppos = pos;
6559 loff_t pos = *ppos;
6574 *ppos = pos;
6658 loff_t pos = *ppos;
6670 *ppos = pos;