Lines Matching refs:host_file
352 struct file *host_file;
361 host_file = cfi->cfi_container;
375 ret = kernel_read(host_file, vdir, sizeof(*vdir), &pos);
426 struct file *host_file;
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);