• Home
  • Raw
  • Download

Lines Matching defs:file

44 generic_file_llseek_unlocked(struct file *file, loff_t offset, int origin)  in generic_file_llseek_unlocked()
88 loff_t generic_file_llseek(struct file *file, loff_t offset, int origin) in generic_file_llseek()
100 loff_t no_llseek(struct file *file, loff_t offset, int origin) in no_llseek()
106 loff_t default_llseek(struct file *file, loff_t offset, int origin) in default_llseek()
136 loff_t vfs_llseek(struct file *file, loff_t offset, int origin) in vfs_llseek()
153 struct file * file; in SYSCALL_DEFINE3() local
179 struct file * file; in SYSCALL_DEFINE5() local
215 int rw_verify_area(int read_write, struct file *file, loff_t *ppos, size_t count) in rw_verify_area()
277 ssize_t vfs_read(struct file *file, char __user *buf, size_t count, loff_t *pos) in vfs_read()
332 ssize_t vfs_write(struct file *file, const char __user *buf, size_t count, loff_t *pos) in vfs_write()
362 static inline loff_t file_pos_read(struct file *file) in file_pos_read()
367 static inline void file_pos_write(struct file *file, loff_t pos) in file_pos_write()
374 struct file *file; in SYSCALL_DEFINE3() local
392 struct file *file; in SYSCALL_DEFINE3() local
410 struct file *file; in SYSCALL_DEFINE() local
439 struct file *file; in SYSCALL_DEFINE() local
613 static ssize_t do_readv_writev(int type, struct file *file, in do_readv_writev()
666 ssize_t vfs_readv(struct file *file, const struct iovec __user *vec, in vfs_readv()
679 ssize_t vfs_writev(struct file *file, const struct iovec __user *vec, in vfs_writev()
695 struct file *file; in SYSCALL_DEFINE3() local
716 struct file *file; in SYSCALL_DEFINE3() local