Searched refs:glun_info (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/cxlflash/ |
H A D | lunmgt.c | 57 * Return: Allocated global glun_info structure on success, NULL on failure 59 static struct glun_info *create_global(struct scsi_device *sdev, u8 *wwid) in create_global() 63 struct glun_info *gli = NULL; in create_global() 101 static struct glun_info *lookup_global(u8 *wwid) in lookup_global() 103 struct glun_info *gli, *temp; in lookup_global() 137 struct glun_info *gli = NULL; in find_and_create_lun() 205 struct glun_info *gli, *temp; in cxlflash_term_global_luns()
|
H A D | superpipe.h | 39 struct glun_info { struct 63 struct glun_info *parent; /* Pointer to entry in global LUN structure */ 113 struct list_head gluns;/* list of glun_info structs */ 132 int cxlflash_lun_attach(struct glun_info *gli, enum lun_mode mode, bool locked); 133 void cxlflash_lun_detach(struct glun_info *gli);
|
H A D | vlun.c | 371 struct glun_info *gli = lli->parent; in init_vlun() 511 struct glun_info *gli = lli->parent; in grow_lxt() 629 struct glun_info *gli = lli->parent; in shrink_lxt() 736 struct glun_info *gli = lli->parent; in _cxlflash_vlun_resize() 978 struct glun_info *gli = lli->parent; in cxlflash_disk_virtual_open() 1196 struct glun_info *gli = lli->parent; in cxlflash_disk_clone()
|
H A D | superpipe.c | 334 struct glun_info *gli = lli->parent; in read_cap16() 565 int cxlflash_lun_attach(struct glun_info *gli, enum lun_mode mode, bool locked) in cxlflash_lun_attach() 601 void cxlflash_lun_detach(struct glun_info *gli) in cxlflash_lun_detach() 636 struct glun_info *gli = lli->parent; in _cxlflash_disk_release() 1323 struct glun_info *gli = lli->parent; in cxlflash_disk_attach() 1777 struct glun_info *gli = lli->parent; in process_sense() 1843 struct glun_info *gli = lli->parent; in cxlflash_disk_verify() 1966 struct glun_info *gli = lli->parent; in cxlflash_disk_direct_open()
|
/kernel/linux/linux-6.6/drivers/scsi/cxlflash/ |
H A D | lunmgt.c | 57 * Return: Allocated global glun_info structure on success, NULL on failure 59 static struct glun_info *create_global(struct scsi_device *sdev, u8 *wwid) in create_global() 63 struct glun_info *gli = NULL; in create_global() 101 static struct glun_info *lookup_global(u8 *wwid) in lookup_global() 103 struct glun_info *gli, *temp; in lookup_global() 137 struct glun_info *gli = NULL; in find_and_create_lun() 205 struct glun_info *gli, *temp; in cxlflash_term_global_luns()
|
H A D | superpipe.h | 39 struct glun_info { struct 63 struct glun_info *parent; /* Pointer to entry in global LUN structure */ 113 struct list_head gluns;/* list of glun_info structs */ 132 int cxlflash_lun_attach(struct glun_info *gli, enum lun_mode mode, bool locked); 133 void cxlflash_lun_detach(struct glun_info *gli);
|
H A D | vlun.c | 371 struct glun_info *gli = lli->parent; in init_vlun() 511 struct glun_info *gli = lli->parent; in grow_lxt() 629 struct glun_info *gli = lli->parent; in shrink_lxt() 736 struct glun_info *gli = lli->parent; in _cxlflash_vlun_resize() 978 struct glun_info *gli = lli->parent; in cxlflash_disk_virtual_open() 1196 struct glun_info *gli = lli->parent; in cxlflash_disk_clone()
|
H A D | superpipe.c | 334 struct glun_info *gli = lli->parent; in read_cap16() 566 int cxlflash_lun_attach(struct glun_info *gli, enum lun_mode mode, bool locked) in cxlflash_lun_attach() 602 void cxlflash_lun_detach(struct glun_info *gli) in cxlflash_lun_detach() 637 struct glun_info *gli = lli->parent; in _cxlflash_disk_release() 1324 struct glun_info *gli = lli->parent; in cxlflash_disk_attach() 1778 struct glun_info *gli = lli->parent; in process_sense() 1844 struct glun_info *gli = lli->parent; in cxlflash_disk_verify() 1967 struct glun_info *gli = lli->parent; in cxlflash_disk_direct_open()
|
Completed in 11 milliseconds