Lines Matching refs:loff_t
99 size_t count, loff_t *ppos) in read_mem()
159 size_t count, loff_t *ppos) in write_mem()
380 size_t count, loff_t *ppos) in read_kmem()
456 size_t count, loff_t *ppos) in do_write_kmem()
507 size_t count, loff_t *ppos) in write_kmem()
557 size_t count, loff_t *ppos) in read_port()
575 size_t count, loff_t *ppos) in write_port()
599 size_t count, loff_t *ppos) in read_null()
605 size_t count, loff_t *ppos) in write_null()
629 loff_t *ppos, size_t len, unsigned int flags) in splice_write_null()
665 size_t count, loff_t *ppos) in write_full()
675 static loff_t null_lseek(struct file *file, loff_t offset, int orig) in null_lseek()
688 static loff_t memory_lseek(struct file *file, loff_t offset, int orig) in memory_lseek()
690 loff_t ret; in memory_lseek()