Lines Matching refs:ppos
168 ssize_t seq_read(struct file *file, char __user *buf, size_t size, loff_t *ppos) in seq_read() argument
193 if (unlikely(*ppos != m->read_pos)) { in seq_read()
194 while ((err = traverse(m, *ppos)) == -EAGAIN) in seq_read()
204 m->read_pos = *ppos; in seq_read()
296 *ppos += copied; in seq_read()
822 struct list_head *seq_list_next(void *v, struct list_head *head, loff_t *ppos) in seq_list_next() argument
827 ++*ppos; in seq_list_next()
876 loff_t *ppos) in seq_hlist_next() argument
880 ++*ppos; in seq_hlist_next()
947 loff_t *ppos) in seq_hlist_next_rcu() argument
951 ++*ppos; in seq_hlist_next_rcu()