Lines Matching defs:file
5 * This file contians vfs address (mmap) ops for 9P2000.
14 #include <linux/file.h>
78 * @filp: file being read
83 static int v9fs_vfs_readpage(struct file *filp, struct page *page)
91 * @filp: file being read
98 static int v9fs_vfs_readpages(struct file *filp, struct address_space *mapping,
105 p9_debug(P9_DEBUG_VFS, "inode: %p file: %p\n", inode, filp);
237 struct file *file = iocb->ki_filp;
242 n = p9_client_write(file->private_data, pos, iter, &err);
244 struct inode *inode = file_inode(file);
250 n = p9_client_read(file->private_data, pos, iter, &err);
255 static int v9fs_write_begin(struct file *filp, struct address_space *mapping,
291 static int v9fs_write_end(struct file *filp, struct address_space *mapping,