Lines Matching defs:offset
39 loff_t offset, loff_t maxsize) in lseek_execute()
69 generic_file_llseek_size(struct file *file, loff_t offset, int origin, in generic_file_llseek_size()
130 loff_t generic_file_llseek(struct file *file, loff_t offset, int origin) in generic_file_llseek()
150 loff_t noop_llseek(struct file *file, loff_t offset, int origin) in noop_llseek()
156 loff_t no_llseek(struct file *file, loff_t offset, int origin) in no_llseek()
162 loff_t default_llseek(struct file *file, loff_t offset, int origin) in default_llseek()
217 loff_t vfs_llseek(struct file *file, loff_t offset, int origin) in vfs_llseek()
230 SYSCALL_DEFINE3(lseek, unsigned int, fd, off_t, offset, unsigned int, origin) in SYSCALL_DEFINE3() argument
260 loff_t offset; in SYSCALL_DEFINE5() local
974 SYSCALL_DEFINE4(sendfile, int, out_fd, int, in_fd, off_t __user *, offset, size_t, count) in SYSCALL_DEFINE4() argument
993 SYSCALL_DEFINE4(sendfile64, int, out_fd, int, in_fd, loff_t __user *, offset, size_t, count) in SYSCALL_DEFINE4() argument