Lines Matching refs:volume_offline
1566 if (needle->volume_offline) in hpsa_scsi_find_entry()
1608 if (sd->volume_offline == HPSA_VPD_LV_STATUS_UNSUPPORTED) in hpsa_show_volume_status()
1613 switch (sd->volume_offline) { in hpsa_show_volume_status()
1981 if (sd[i]->volume_offline) { in adjust_hpsa_scsi_table()
2027 if (sd[i]->volume_offline) in adjust_hpsa_scsi_table()
3970 unsigned char volume_offline; in hpsa_update_device_info() local
3975 volume_offline = hpsa_volume_offline(h, scsi3addr); in hpsa_update_device_info()
3976 if (volume_offline == HPSA_VPD_LV_STATUS_UNSUPPORTED && in hpsa_update_device_info()
3984 volume_offline = 0; in hpsa_update_device_info()
3986 this_device->volume_offline = volume_offline; in hpsa_update_device_info()
3987 if (volume_offline == HPSA_LV_FAILED) { in hpsa_update_device_info()
4000 this_device->volume_offline = 0; in hpsa_update_device_info()