Searched refs:lun_link (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/target/ |
H A D | target_core_device.c | 293 list_for_each_entry(se_deve, &lun->lun_deve_list, lun_link) in target_dev_ua_allocate() 334 INIT_LIST_HEAD(&new->lun_link); in core_enable_device_list_for_node() 374 list_del(&orig->lun_link); in core_enable_device_list_for_node() 375 list_add_tail(&new->lun_link, &lun->lun_deve_list); in core_enable_device_list_for_node() 392 list_add_tail(&new->lun_link, &lun->lun_deve_list); in core_enable_device_list_for_node() 427 list_del(&orig->lun_link); in core_disable_device_list_for_node()
|
H A D | target_core_alua.c | 938 list_for_each_entry(se_deve, &lun->lun_deve_list, lun_link) { in core_alua_queue_state_change_ua() 1814 list_for_each_entry(se_deve, &lun->lun_deve_list, lun_link) in __target_attach_tg_pt_gp()
|
H A D | target_core_pr.c | 734 list_for_each_entry(deve_tmp, &lun_tmp->lun_deve_list, lun_link) { in __core_scsi3_alloc_registration()
|
/linux/include/target/ |
H A D | target_core_base.h | 690 struct list_head lun_link; member
|