Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/cxlflash/
H A Dvlun.c1203 struct lun_access *lun_access_src, *lun_access_dst; in cxlflash_disk_clone() local
1249 list_for_each_entry(lun_access_dst, &ctxi_dst->luns, list) in cxlflash_disk_clone()
1250 if (lun_access_dst->sdev == lun_access_src->sdev) { in cxlflash_disk_clone()
1256 lun_access_dst = kzalloc(sizeof(*lun_access_dst), in cxlflash_disk_clone()
1258 if (unlikely(!lun_access_dst)) { in cxlflash_disk_clone()
1265 *lun_access_dst = *lun_access_src; in cxlflash_disk_clone()
1266 list_add(&lun_access_dst->list, &sidecar); in cxlflash_disk_clone()
1334 list_for_each_entry_safe(lun_access_src, lun_access_dst, &sidecar, list) in cxlflash_disk_clone()