Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/target/
Dtarget_core_configfs.c1567 struct list_head lba_list; in target_core_store_dev_lba_map() local
1579 INIT_LIST_HEAD(&lba_list); in target_core_store_dev_lba_map()
1614 lba_map = core_alua_allocate_lba_map(&lba_list, in target_core_store_dev_lba_map()
1668 core_alua_free_lba_map(&lba_list); in target_core_store_dev_lba_map()
1671 core_alua_set_lba_map(dev, &lba_list, in target_core_store_dev_lba_map()
Dtarget_core_alua.c1401 core_alua_free_lba_map(struct list_head *lba_list) in core_alua_free_lba_map() argument
1406 list_for_each_entry_safe(lba_map, lba_map_tmp, lba_list, in core_alua_free_lba_map()