Searched refs:cxlflash_lun_attach (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/cxlflash/ |
H A D | superpipe.h | 132 int cxlflash_lun_attach(struct glun_info *gli, enum lun_mode mode, bool locked);
|
H A D | vlun.c | 1008 rc = cxlflash_lun_attach(gli, MODE_VIRTUAL, true); in cxlflash_disk_virtual_open() 1318 cxlflash_lun_attach(gli, gli->mode, false); in cxlflash_disk_clone()
|
H A D | superpipe.c | 558 * cxlflash_lun_attach() - attaches a user to a LUN and manages the LUN's mode 565 int cxlflash_lun_attach(struct glun_info *gli, enum lun_mode mode, bool locked) in cxlflash_lun_attach() function 1985 rc = cxlflash_lun_attach(gli, MODE_PHYSICAL, false); in cxlflash_disk_direct_open()
|
/kernel/linux/linux-6.6/drivers/scsi/cxlflash/ |
H A D | superpipe.h | 132 int cxlflash_lun_attach(struct glun_info *gli, enum lun_mode mode, bool locked);
|
H A D | vlun.c | 1008 rc = cxlflash_lun_attach(gli, MODE_VIRTUAL, true); in cxlflash_disk_virtual_open() 1318 cxlflash_lun_attach(gli, gli->mode, false); in cxlflash_disk_clone()
|
H A D | superpipe.c | 559 * cxlflash_lun_attach() - attaches a user to a LUN and manages the LUN's mode 566 int cxlflash_lun_attach(struct glun_info *gli, enum lun_mode mode, bool locked) in cxlflash_lun_attach() function 1986 rc = cxlflash_lun_attach(gli, MODE_PHYSICAL, false); in cxlflash_disk_direct_open()
|
Completed in 13 milliseconds