Lines Matching defs:file
120 static struct file *cxlflash_get_fd(void *ctx_cookie,
126 static void *cxlflash_fops_get_context(struct file *file)
128 return cxl_fops_get_context(file);
141 static int cxlflash_fd_mmap(struct file *file, struct vm_area_struct *vm)
143 return cxl_fd_mmap(file, vm);
146 static int cxlflash_fd_release(struct inode *inode, struct file *file)
148 return cxl_fd_release(inode, file);