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()
201 loff_t generic_llseek_cookie(struct file *file, loff_t offset, int whence, in generic_llseek_cookie()
244 loff_t generic_file_llseek(struct file *file, loff_t offset, int whence) in generic_file_llseek()
262 loff_t fixed_size_llseek(struct file *file, loff_t offset, int whence, loff_t size) in fixed_size_llseek()
281 loff_t no_seek_end_llseek(struct file *file, loff_t offset, int whence) in no_seek_end_llseek()
301 loff_t no_seek_end_llseek_size(struct file *file, loff_t offset, int whence, loff_t size) in no_seek_end_llseek_size()
324 loff_t noop_llseek(struct file *file, loff_t offset, int whence) in noop_llseek()
330 loff_t default_llseek(struct file *file, loff_t offset, int whence) in default_llseek()
383 loff_t vfs_llseek(struct file *file, loff_t offset, int whence) in vfs_llseek()
391 static off_t ksys_lseek(unsigned int fd, off_t offset, unsigned int whence) in ksys_lseek()
408 SYSCALL_DEFINE3(lseek, unsigned int, fd, off_t, offset, unsigned int, whence) in SYSCALL_DEFINE3() argument
414 COMPAT_SYSCALL_DEFINE3(lseek, unsigned int, fd, compat_off_t, offset, unsigned int, whence) in COMPAT_SYSCALL_DEFINE3() argument
424 unsigned int, whence) in SYSCALL_DEFINE5() argument