Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/scsi/cxlflash/
Dlunmgt.c88 list_for_each_entry_safe(lli, temp, &cfg->lluns, list) in lookup_local()
153 list_add(&lli->list, &cfg->lluns); in find_and_create_lun()
165 list_add(&lli->list, &cfg->lluns); in find_and_create_lun()
183 list_for_each_entry_safe(lli, temp, &cfg->lluns, list) { in cxlflash_term_local_luns()
Dcommon.h144 struct list_head lluns; /* list of llun_info structs */ member
Dvlun.c842 list_for_each_entry_safe(lli, temp, &cfg->lluns, list) { in cxlflash_restore_luntable()
Dmain.c3711 INIT_LIST_HEAD(&cfg->lluns); in cxlflash_probe()