Lines Matching refs:loff_t
22 loff_t index;
23 loff_t read_pos;
32 void * (*start) (struct seq_file *m, loff_t *pos);
34 void * (*next) (struct seq_file *m, void *v, loff_t *pos);
109 ssize_t seq_read(struct file *, char __user *, size_t, loff_t *);
111 loff_t seq_lseek(struct file *, loff_t, int);
246 loff_t pos);
248 loff_t pos);
250 loff_t *ppos);
257 loff_t pos);
259 loff_t pos);
261 loff_t *ppos);
264 loff_t pos);
266 loff_t pos);
269 loff_t *ppos);
272 extern struct hlist_node *seq_hlist_start_percpu(struct hlist_head __percpu *head, int *cpu, loff_t…
274 …list_node *seq_hlist_next_percpu(void *v, struct hlist_head __percpu *head, int *cpu, loff_t *pos);