Searched refs:host_file (Results 1 - 2 of 2) sorted by relevance

/linux-master/fs/coda/
H A Dfile.c71 struct file *host_file = cfi->cfi_container; local
84 coda_inode->i_size = file_inode(host_file)->i_size;
155 struct file *host_file = cfi->cfi_container; local
156 struct inode *host_inode = file_inode(host_file);
163 if (!host_file->f_op->mmap)
184 coda_file->f_mapping = host_file->f_mapping;
196 /* keep track of how often the coda_inode/host_file has been mmapped */
201 vma->vm_file = get_file(host_file);
205 /* if call_mmap fails, our caller will put host_file so we
228 struct file *host_file local
297 struct file *host_file; local
[all...]
H A Ddir.c352 struct file *host_file; local
361 host_file = cfi->cfi_container;
375 ret = kernel_read(host_file, vdir, sizeof(*vdir), &pos);
426 struct file *host_file; local
430 host_file = cfi->cfi_container;
432 if (host_file->f_op->iterate_shared) {
433 struct inode *host_inode = file_inode(host_file);
437 ret = host_file->f_op->iterate_shared(host_file, ctx);
438 file_accessed(host_file);
[all...]

Completed in 115 milliseconds