Lines Matching refs:ppos
151 ssize_t seq_read(struct file *file, char __user *buf, size_t size, loff_t *ppos) in seq_read() argument
161 kiocb.ki_pos = *ppos; in seq_read()
163 *ppos = kiocb.ki_pos; 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()
949 loff_t *ppos) in seq_list_next_rcu() argument
954 ++*ppos; in seq_list_next_rcu()
1003 loff_t *ppos) in seq_hlist_next() argument
1007 ++*ppos; in seq_hlist_next()
1074 loff_t *ppos) in seq_hlist_next_rcu() argument
1078 ++*ppos; in seq_hlist_next_rcu()