Home
last modified time | relevance | path

Searched refs:cxl_get_fd (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/include/misc/
Dcxl.h182 struct file *cxl_get_fd(struct cxl_context *ctx, struct file_operations *fops,
/linux-4.4.14/drivers/misc/cxl/
Dapi.c254 struct file *cxl_get_fd(struct cxl_context *ctx, struct file_operations *fops, in cxl_get_fd() function
295 EXPORT_SYMBOL_GPL(cxl_get_fd);
/linux-4.4.14/drivers/scsi/cxlflash/
Dsuperpipe.c1389 file = cxl_get_fd(ctx, &cfg->cxl_fops, &fd); in cxlflash_disk_attach()
1517 file = cxl_get_fd(ctx, &cfg->cxl_fops, &fd); in recover_context()