Lines Matching refs:loff_t
24 loff_t index;
25 loff_t read_pos;
37 void * (*start) (struct seq_file *m, loff_t *pos);
39 void * (*next) (struct seq_file *m, void *v, loff_t *pos);
114 ssize_t seq_read(struct file *, char __user *, size_t, loff_t *);
115 loff_t seq_lseek(struct file *, loff_t, int);
198 loff_t pos);
200 loff_t pos);
202 loff_t *ppos);
209 loff_t pos);
211 loff_t pos);
213 loff_t *ppos);
216 loff_t pos);
218 loff_t pos);
221 loff_t *ppos);
224 extern struct hlist_node *seq_hlist_start_percpu(struct hlist_head __percpu *head, int *cpu, loff_t…
226 …list_node *seq_hlist_next_percpu(void *v, struct hlist_head __percpu *head, int *cpu, loff_t *pos);