Lines Matching refs:host_file
71 struct file *host_file = cfi->cfi_container;
82 file_start_write(host_file);
85 coda_inode->i_size = file_inode(host_file)->i_size;
89 file_end_write(host_file);
157 struct file *host_file = cfi->cfi_container;
158 struct inode *host_inode = file_inode(host_file);
165 if (!host_file->f_op->mmap)
186 coda_file->f_mapping = host_file->f_mapping;
198 /* keep track of how often the coda_inode/host_file has been mmapped */
203 vma->vm_file = get_file(host_file);
207 /* if call_mmap fails, our caller will put host_file so we
230 struct file *host_file = NULL;
241 &host_file);
242 if (!host_file)
250 host_file->f_flags |= coda_file->f_flags & (O_APPEND | O_SYNC);
254 cfi->cfi_container = host_file;
299 struct file *host_file;
314 host_file = cfi->cfi_container;
316 err = vfs_fsync(host_file, datasync);