Home
last modified time | relevance | path

Searched refs:t10_alua (Results 1 – 6 of 6) sorted by relevance

/linux-6.3-rc2/drivers/target/
A Dtarget_core_alua.c75 spin_lock(&dev->t10_alua.lba_map_lock); in target_emulate_report_referrals()
77 spin_unlock(&dev->t10_alua.lba_map_lock); in target_emulate_report_referrals()
117 spin_unlock(&dev->t10_alua.lba_map_lock); in target_emulate_report_referrals()
164 spin_lock(&dev->t10_alua.tg_pt_gps_lock); in target_emulate_report_target_port_groups()
364 &dev->t10_alua.tg_pt_gps_list, in target_emulate_set_target_port_groups()
459 spin_lock(&dev->t10_alua.lba_map_lock); in core_alua_state_lba_dependent()
1112 &dev->t10_alua.tg_pt_gps_list, in core_alua_do_port_transition()
1701 &dev->t10_alua.tg_pt_gps_list); in core_alua_set_tg_pt_gp_id()
1702 dev->t10_alua.alua_tg_pt_gps_count++; in core_alua_set_tg_pt_gp_id()
1757 dev->t10_alua.default_tg_pt_gp); in core_alua_free_tg_pt_gp()
[all …]
A Dtarget_core_spc.c504 spin_lock(&cmd->se_dev->t10_alua.lba_map_lock); in spc_emulate_evpd_86()
505 if (!list_empty(&dev->t10_alua.lba_map_list)) in spc_emulate_evpd_86()
507 spin_unlock(&cmd->se_dev->t10_alua.lba_map_lock); in spc_emulate_evpd_86()
694 put_unaligned_be32(dev->t10_alua.lba_map_segment_size, &buf[8]); in spc_emulate_evpd_b3()
695 put_unaligned_be32(dev->t10_alua.lba_map_segment_multiplier, &buf[12]); in spc_emulate_evpd_b3()
1503 spin_lock(&dev->t10_alua.lba_map_lock); in tcm_is_rep_ref_enabled()
1504 if (list_empty(&dev->t10_alua.lba_map_list)) { in tcm_is_rep_ref_enabled()
1505 spin_unlock(&dev->t10_alua.lba_map_lock); in tcm_is_rep_ref_enabled()
1508 spin_unlock(&dev->t10_alua.lba_map_lock); in tcm_is_rep_ref_enabled()
A Dtarget_core_configfs.c2454 spin_lock(&dev->t10_alua.lba_map_lock); in target_dev_lba_map_show()
2455 if (!list_empty(&dev->t10_alua.lba_map_list)) in target_dev_lba_map_show()
2457 dev->t10_alua.lba_map_segment_size, in target_dev_lba_map_show()
2458 dev->t10_alua.lba_map_segment_multiplier); in target_dev_lba_map_show()
2486 spin_unlock(&dev->t10_alua.lba_map_lock); in target_dev_lba_map_show()
3191 struct t10_alua *alua = container_of(group, struct t10_alua, in target_core_alua_create_tg_pt_gp()
3321 config_group_init_type_name(&dev->t10_alua.alua_tg_pt_gps_group, in target_core_make_subdev()
3323 configfs_add_default_group(&dev->t10_alua.alua_tg_pt_gps_group, in target_core_make_subdev()
3337 dev->t10_alua.default_tg_pt_gp = tg_pt_gp; in target_core_make_subdev()
3342 &dev->t10_alua.alua_tg_pt_gps_group); in target_core_make_subdev()
[all …]
A Dtarget_core_device.c779 INIT_LIST_HEAD(&dev->t10_alua.tg_pt_gps_list); in target_alloc_device()
780 spin_lock_init(&dev->t10_alua.tg_pt_gps_lock); in target_alloc_device()
781 INIT_LIST_HEAD(&dev->t10_alua.lba_map_list); in target_alloc_device()
782 spin_lock_init(&dev->t10_alua.lba_map_lock); in target_alloc_device()
792 dev->t10_alua.t10_dev = dev; in target_alloc_device()
A Dtarget_core_tpg.c587 target_attach_tg_pt_gp(lun, dev->t10_alua.default_tg_pt_gp); in core_tpg_add_lun()
/linux-6.3-rc2/include/target/
A Dtarget_core_base.h254 struct t10_alua { struct
848 struct t10_alua t10_alua; member

Completed in 26 milliseconds