Searched refs:coda_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 Dcoda_int.h14 int coda_fsync(struct file *coda_file, int datasync);
H A Dfile.c31 coda_file_read(struct file *coda_file, char __user *buf, size_t count, loff_t *ppos) argument
36 cfi = CODA_FTOC(coda_file);
47 coda_file_splice_read(struct file *coda_file, loff_t *ppos, argument
56 cfi = CODA_FTOC(coda_file);
68 coda_file_write(struct file *coda_file, const char __user *buf, size_t count, loff_t *ppos) argument
70 struct inode *host_inode, *coda_inode = coda_file->f_path.dentry->d_inode;
75 cfi = CODA_FTOC(coda_file);
96 coda_file_mmap(struct file *coda_file, struct vm_area_struct *vma) argument
103 cfi = CODA_FTOC(coda_file);
110 coda_inode = coda_file
129 coda_open(struct inode *coda_inode, struct file *coda_file) argument
167 coda_release(struct inode *coda_inode, struct file *coda_file) argument
205 coda_fsync(struct file *coda_file, int datasync) argument
[all...]
H A Ddir.c53 static int coda_venus_readdir(struct file *coda_file, void *buf,
433 static int coda_readdir(struct file *coda_file, void *buf, filldir_t filldir) argument
439 cfi = CODA_FTOC(coda_file);
450 * position in sync between the coda_file and the host_file.
455 host_file->f_pos = coda_file->f_pos;
463 coda_file->f_pos = host_file->f_pos;
467 ret = coda_venus_readdir(coda_file, buf, filldir);
492 static int coda_venus_readdir(struct file *coda_file, void *buf, argument
508 cfi = CODA_FTOC(coda_file);
512 de = coda_file
[all...]

Completed in 39 milliseconds