Home
last modified time | relevance | path

Searched defs:coda_file (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/fs/coda/
Dfile.c30 coda_file_read(struct file *coda_file, char __user *buf, size_t count, loff_t *ppos) in coda_file_read()
46 coda_file_splice_read(struct file *coda_file, loff_t *ppos, in coda_file_splice_read()
67 coda_file_write(struct file *coda_file, const char __user *buf, size_t count, loff_t *ppos) in coda_file_write()
95 coda_file_mmap(struct file *coda_file, struct vm_area_struct *vma) in coda_file_mmap()
133 int coda_open(struct inode *coda_inode, struct file *coda_file) in coda_open()
166 int coda_release(struct inode *coda_inode, struct file *coda_file) in coda_release()
202 int coda_fsync(struct file *coda_file, loff_t start, loff_t end, int datasync) in coda_fsync()
Ddir.c381 static int coda_readdir(struct file *coda_file, void *buf, filldir_t filldir) in coda_readdir()
440 static int coda_venus_readdir(struct file *coda_file, void *buf, in coda_venus_readdir()