Lines Matching refs:loff_t
160 loff_t (*llseek)(struct file *, loff_t, int);
162 unsigned long, loff_t);
164 unsigned long, loff_t);
173 loff_t *, int);
179 loff_t *, size_t, unsigned int);
180 ssize_t (*splice_read)(struct file *, loff_t *,
304 static inline loff_t
305 no_llseek(struct file *file, loff_t offset, int whence) in no_llseek()
311 static inline loff_t
312 default_llseek(struct file *file, loff_t offset, int whence) in default_llseek()
317 static inline loff_t
318 generic_file_llseek(struct file *file, loff_t offset, int whence) in generic_file_llseek()
323 static inline loff_t
324 noop_llseek(struct linux_file *file, loff_t offset, int whence) in noop_llseek()
345 i_size_write(struct inode *inode, loff_t i_size) in i_size_write()
364 simple_read_from_buffer(void __user *dest, size_t read_size, loff_t *ppos, in simple_read_from_buffer()
418 ssize_t simple_attr_read(struct file *filp, char *buf, size_t read_size, loff_t *ppos);
420 ssize_t simple_attr_write(struct file *filp, const char *buf, size_t write_size, loff_t *ppos);
423 size_t write_size, loff_t *ppos);