Lines Matching refs:host_file
68 struct file *host_file = cfi->cfi_container;
79 file_start_write(host_file);
82 coda_inode->i_size = file_inode(host_file)->i_size;
86 file_end_write(host_file);
128 struct file *host_file = cfi->cfi_container;
129 struct inode *host_inode = file_inode(host_file);
136 if (!host_file->f_op->mmap)
157 coda_file->f_mapping = host_file->f_mapping;
169 /* keep track of how often the coda_inode/host_file has been mmapped */
174 vma->vm_file = get_file(host_file);
179 * should drop the reference to the host_file that we got.
181 fput(host_file);
201 struct file *host_file = NULL;
212 &host_file);
213 if (!host_file)
221 host_file->f_flags |= coda_file->f_flags & (O_APPEND | O_SYNC);
225 cfi->cfi_container = host_file;
271 struct file *host_file;
286 host_file = cfi->cfi_container;
288 err = vfs_fsync(host_file, datasync);