Searched refs:lluns (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/drivers/scsi/cxlflash/ |
D | lunmgt.c | 88 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()
|
D | common.h | 144 struct list_head lluns; /* list of llun_info structs */ member
|
D | vlun.c | 842 list_for_each_entry_safe(lli, temp, &cfg->lluns, list) { in cxlflash_restore_luntable()
|
D | main.c | 3711 INIT_LIST_HEAD(&cfg->lluns); in cxlflash_probe()
|