Searched refs:device_id_str (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/device_handler/ |
H A D | scsi_dh_alua.c | 66 unsigned char device_id_str[256]; member 191 if (strncmp(pg->device_id_str, id_str, id_size)) in alua_find_get_pg() 219 pg->device_id_len = scsi_vpd_lun_id(sdev, pg->device_id_str, in alua_alloc_pg() 220 sizeof(pg->device_id_str)); in alua_alloc_pg() 229 pg->device_id_str[0] = '\0'; in alua_alloc_pg() 246 tmp_pg = alua_find_get_pg(pg->device_id_str, pg->device_id_len, in alua_alloc_pg() 349 ALUA_DH_NAME, pg->device_id_str, in alua_check_vpd() 649 tmp_pg = alua_find_get_pg(pg->device_id_str, pg->device_id_len, in alua_rtpg()
|
/kernel/linux/linux-6.6/drivers/scsi/device_handler/ |
H A D | scsi_dh_alua.c | 66 unsigned char device_id_str[256]; member 198 if (strncmp(pg->device_id_str, id_str, id_size)) in alua_find_get_pg() 226 pg->device_id_len = scsi_vpd_lun_id(sdev, pg->device_id_str, in alua_alloc_pg() 227 sizeof(pg->device_id_str)); in alua_alloc_pg() 236 pg->device_id_str[0] = '\0'; in alua_alloc_pg() 253 tmp_pg = alua_find_get_pg(pg->device_id_str, pg->device_id_len, in alua_alloc_pg() 356 ALUA_DH_NAME, pg->device_id_str, in alua_check_vpd() 674 tmp_pg = alua_find_get_pg(pg->device_id_str, pg->device_id_len, in alua_rtpg() 860 (char *)pg->device_id_str : "(nameless PG)")); in alua_rtpg_select_sdev()
|
Completed in 4 milliseconds