Searched refs:coda_file (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/fs/coda/ |
D | file.c | 33 coda_file_read(struct file *coda_file, char *buf, size_t count, loff_t *ppos) in coda_file_read() argument 38 cfi = CODA_FTOC(coda_file); in coda_file_read() 49 coda_file_write(struct file *coda_file, const char *buf, size_t count, loff_t *ppos) in coda_file_write() argument 51 struct inode *coda_inode = coda_file->f_dentry->d_inode; in coda_file_write() 56 cfi = CODA_FTOC(coda_file); in coda_file_write() 76 coda_file_mmap(struct file *coda_file, struct vm_area_struct *vma) in coda_file_mmap() argument 83 cfi = CODA_FTOC(coda_file); in coda_file_mmap() 90 coda_inode = coda_file->f_dentry->d_inode; in coda_file_mmap() 108 int coda_open(struct inode *coda_inode, struct file *coda_file) in coda_open() argument 112 unsigned short flags = coda_file->f_flags & (~O_EXCL); in coda_open() [all …]
|
D | dir.c | 490 int coda_readdir(struct file *coda_file, void *dirent, filldir_t filldir) in coda_readdir() argument 492 struct dentry *coda_dentry = coda_file->f_dentry; in coda_readdir() 497 cfi = CODA_FTOC(coda_file); in coda_readdir() 504 host_file->f_pos = coda_file->f_pos; in coda_readdir() 518 coda_file->f_pos = host_file->f_pos; in coda_readdir()
|