Home
last modified time | relevance | path

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

/linux/drivers/scsi/cxlflash/
H A Dlunmgt.c105 list_for_each_entry_safe(gli, temp, &global.gluns, list) in lookup_global()
167 list_add(&gli->list, &global.gluns); in find_and_create_lun()
195 INIT_LIST_HEAD(&global.gluns); in cxlflash_list_init()
208 list_for_each_entry_safe(gli, temp, &global.gluns, list) { in cxlflash_term_global_luns()
H A Dsuperpipe.h113 struct list_head gluns;/* list of glun_info structs */ member