Searched refs:coda_file (Results 1 – 3 of 3) sorted by relevance
/fs/coda/ |
D | file.c | 30 coda_file_read(struct file *coda_file, char __user *buf, size_t count, loff_t *ppos) in coda_file_read() argument 35 cfi = CODA_FTOC(coda_file); in coda_file_read() 46 coda_file_splice_read(struct file *coda_file, loff_t *ppos, in coda_file_splice_read() argument 53 cfi = CODA_FTOC(coda_file); in coda_file_splice_read() 64 coda_file_write(struct file *coda_file, const char __user *buf, size_t count, loff_t *ppos) in coda_file_write() argument 66 struct inode *host_inode, *coda_inode = coda_file->f_path.dentry->d_inode; in coda_file_write() 71 cfi = CODA_FTOC(coda_file); in coda_file_write() 92 coda_file_mmap(struct file *coda_file, struct vm_area_struct *vma) in coda_file_mmap() argument 99 cfi = CODA_FTOC(coda_file); in coda_file_mmap() 106 coda_inode = coda_file->f_path.dentry->d_inode; in coda_file_mmap() [all …]
|
D | dir.c | 52 static int coda_venus_readdir(struct file *coda_file, void *buf, 432 static int coda_readdir(struct file *coda_file, void *buf, filldir_t filldir) in coda_readdir() argument 438 cfi = CODA_FTOC(coda_file); in coda_readdir() 454 host_file->f_pos = coda_file->f_pos; in coda_readdir() 462 coda_file->f_pos = host_file->f_pos; in coda_readdir() 466 ret = coda_venus_readdir(coda_file, buf, filldir); in coda_readdir() 491 static int coda_venus_readdir(struct file *coda_file, void *buf, in coda_venus_readdir() argument 507 cfi = CODA_FTOC(coda_file); in coda_venus_readdir() 511 de = coda_file->f_path.dentry; in coda_venus_readdir() 517 if (coda_file->f_pos == 0) { in coda_venus_readdir() [all …]
|
D | coda_int.h | 13 int coda_fsync(struct file *coda_file, struct dentry *coda_dentry,
|