Lines Matching defs:file
3 * linux/fs/hpfs/file.c
7 * file VFS functions
16 static int hpfs_file_release(struct inode *inode, struct file *file)
24 int hpfs_file_fsync(struct file *file, loff_t start, loff_t end, int datasync)
26 struct inode *inode = file->f_mapping->host;
29 ret = file_write_and_wait_range(file, start, end);
119 static int hpfs_readpage(struct file *file, struct page *page)
154 static int hpfs_write_begin(struct file *file, struct address_space *mapping,
161 ret = cont_write_begin(file, mapping, pos, len, flags, pagep, fsdata,
170 static int hpfs_write_end(struct file *file, struct address_space *mapping,
176 err = generic_write_end(file, mapping, pos, len, copied, pagep, fsdata);