Lines Matching refs:loff_t
22 loff_t index;
23 loff_t read_pos;
33 void * (*start) (struct seq_file *m, loff_t *pos);
35 void * (*next) (struct seq_file *m, void *v, loff_t *pos);
110 ssize_t seq_read(struct file *, char __user *, size_t, loff_t *);
111 loff_t seq_lseek(struct file *, loff_t, int);
214 loff_t pos);
216 loff_t pos);
218 loff_t *ppos);
225 loff_t pos);
227 loff_t pos);
229 loff_t *ppos);
232 loff_t pos);
234 loff_t pos);
237 loff_t *ppos);
240 extern struct hlist_node *seq_hlist_start_percpu(struct hlist_head __percpu *head, int *cpu, loff_t…
242 …list_node *seq_hlist_next_percpu(void *v, struct hlist_head __percpu *head, int *cpu, loff_t *pos);