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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/coda/
H A Dfile.c34 struct file *host_file; local
38 host_file = cfi->cfi_container;
40 if (!host_file->f_op || !host_file->f_op->read)
43 return host_file->f_op->read(host_file, buf, count, ppos);
54 struct file *host_file; local
58 host_file = cfi->cfi_container;
60 splice_read = host_file->f_op->splice_read;
64 return splice_read(host_file, ppo
72 struct file *host_file; local
100 struct file *host_file; local
131 struct file *host_file = NULL; local
207 struct file *host_file; local
[all...]
H A Ddir.c436 struct file *host_file; local
441 host_file = cfi->cfi_container;
443 if (!host_file->f_op)
446 if (host_file->f_op->readdir)
450 * position in sync between the coda_file and the host_file.
452 struct inode *host_inode = host_file->f_path.dentry->d_inode;
455 host_file->f_pos = coda_file->f_pos;
459 ret = host_file->f_op->readdir(host_file, buf, filldir);
460 file_accessed(host_file);
498 struct file *host_file; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/hppfs/
H A Dhppfs.c111 char *host_file; local
118 host_file = dentry_name(dentry, extra + strlen("/remove"));
119 if (host_file == NULL) {
125 strcat(host_file, "/");
126 strcat(host_file, file);
128 strcat(host_file, "/remove");
130 fd = os_open_file(host_file, of_read(OPENFLAGS()), 0);
131 kfree(host_file);
309 static int open_host_sock(char *host_file, int *filter_out) argument
314 end = &host_file[strle
439 char *host_file; local
[all...]

Completed in 112 milliseconds