Lines Matching refs:ppos
153 ssize_t seq_read(struct file *file, char __user *buf, size_t size, loff_t *ppos) in seq_read() argument
180 if (*ppos == 0) { in seq_read()
187 if (unlikely(*ppos != m->read_pos)) { in seq_read()
188 while ((err = traverse(m, *ppos)) == -EAGAIN) in seq_read()
198 m->read_pos = *ppos; in seq_read()
287 *ppos += copied; in seq_read()
917 struct list_head *seq_list_next(void *v, struct list_head *head, loff_t *ppos) in seq_list_next() argument
922 ++*ppos; in seq_list_next()
971 loff_t *ppos) in seq_hlist_next() argument
975 ++*ppos; in seq_hlist_next()
1042 loff_t *ppos) in seq_hlist_next_rcu() argument
1046 ++*ppos; in seq_hlist_next_rcu()