Searched refs:get_fd (Results 1 – 4 of 4) sorted by relevance
44 struct file * (*get_fd)(void *ctx_cookie, struct file_operations *fops, member
176 .get_fd = cxlflash_get_fd,
1438 file = cfg->ops->get_fd(ctx, &cfg->cxl_fops, &fd); in cxlflash_disk_attach()1572 file = cfg->ops->get_fd(ctx, &cfg->cxl_fops, &fd); in recover_context()
1413 .get_fd = ocxlflash_get_fd,