Home
last modified time | relevance | path

Searched refs:fops_get_context (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/scsi/cxlflash/
Dbackend.h46 void * (*fops_get_context)(struct file *file); member
Dcxl_hw.c177 .fops_get_context = cxlflash_fops_get_context,
Dsuperpipe.c998 void *ctx = cfg->ops->fops_get_context(file); in cxlflash_cxl_release()
1113 void *ctx = cfg->ops->fops_get_context(file); in cxlflash_mmap_fault()
1186 void *ctx = cfg->ops->fops_get_context(file); in cxlflash_cxl_mmap()
Docxl_hw.c1414 .fops_get_context = ocxlflash_fops_get_context,