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);
192 loff_t pos);
194 loff_t pos);
196 loff_t *ppos);
203 loff_t pos);
205 loff_t pos);
207 loff_t *ppos);
210 loff_t pos);
212 loff_t pos);
215 loff_t *ppos);
218 extern struct hlist_node *seq_hlist_start_percpu(struct hlist_head __percpu *head, int *cpu, loff_t…
220 …list_node *seq_hlist_next_percpu(void *v, struct hlist_head __percpu *head, int *cpu, loff_t *pos);