Lines Matching defs:whence
102 static int must_set_pos(struct file *file, loff_t *offset, int whence, loff_t eof) in must_set_pos()
159 generic_file_llseek_size(struct file *file, loff_t offset, int whence, in generic_file_llseek_size()
196 loff_t generic_llseek_cookie(struct file *file, loff_t offset, int whence, in generic_llseek_cookie()
239 loff_t generic_file_llseek(struct file *file, loff_t offset, int whence) in generic_file_llseek()
257 loff_t fixed_size_llseek(struct file *file, loff_t offset, int whence, loff_t size) in fixed_size_llseek()
276 loff_t no_seek_end_llseek(struct file *file, loff_t offset, int whence) in no_seek_end_llseek()
296 loff_t no_seek_end_llseek_size(struct file *file, loff_t offset, int whence, loff_t size) in no_seek_end_llseek_size()
319 loff_t noop_llseek(struct file *file, loff_t offset, int whence) in noop_llseek()
325 loff_t default_llseek(struct file *file, loff_t offset, int whence) in default_llseek()
378 loff_t vfs_llseek(struct file *file, loff_t offset, int whence) in vfs_llseek()
386 static off_t ksys_lseek(unsigned int fd, off_t offset, unsigned int whence) in ksys_lseek()
403 SYSCALL_DEFINE3(lseek, unsigned int, fd, off_t, offset, unsigned int, whence) in SYSCALL_DEFINE3() argument
409 COMPAT_SYSCALL_DEFINE3(lseek, unsigned int, fd, compat_off_t, offset, unsigned int, whence) in COMPAT_SYSCALL_DEFINE3() argument
419 unsigned int, whence) in SYSCALL_DEFINE5() argument