Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/cxlflash/
Dbackend.h48 int (*fd_mmap)(struct file *file, struct vm_area_struct *vm); member
Dcxl_hw.c179 .fd_mmap = cxlflash_fd_mmap,
Docxl_hw.c1416 .fd_mmap = ocxlflash_fd_mmap,
Dsuperpipe.c1210 rc = cfg->ops->fd_mmap(file, vma); in cxlflash_cxl_mmap()