gluns             105 drivers/scsi/cxlflash/lunmgt.c 	list_for_each_entry_safe(gli, temp, &global.gluns, list)
gluns             167 drivers/scsi/cxlflash/lunmgt.c 	list_add(&gli->list, &global.gluns);
gluns             195 drivers/scsi/cxlflash/lunmgt.c 	INIT_LIST_HEAD(&global.gluns);
gluns             208 drivers/scsi/cxlflash/lunmgt.c 	list_for_each_entry_safe(gli, temp, &global.gluns, list) {
gluns             113 drivers/scsi/cxlflash/superpipe.h 	struct list_head gluns;/* list of glun_info structs */