Lines Matching refs:loff_t
33 loff_t len;
179 loff_t *ppos, int is_user) in read_proc()
181 ssize_t (*read)(struct file *, char __user *, size_t, loff_t *); in read_proc()
237 loff_t *ppos) in hppfs_read()
241 loff_t off; in hppfs_read()
286 size_t len, loff_t *ppos) in hppfs_write()
290 ssize_t (*write)(struct file *, const char __user *, size_t, loff_t *); in hppfs_write()
332 loff_t *size_out) in hppfs_get_data()
509 static loff_t hppfs_llseek(struct file *file, loff_t off, int where) in hppfs_llseek()
513 loff_t (*llseek)(struct file *, loff_t, int); in hppfs_llseek()
514 loff_t ret; in hppfs_llseek()
552 loff_t offset, u64 inode, unsigned int type) in hppfs_filldir()