Home
last modified time | relevance | path

Searched refs:ignore_media_change (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/scsi/
H A Dscsi_device.h239 unsigned ignore_media_change:1; /* Ignore MEDIA CHANGE on resume */ member
/openbmc/linux/drivers/scsi/
H A Dscsi_scan.c1051 sdev->ignore_media_change = 1; in scsi_add_lun()
H A Dsd.c4020 if (sdp->ignore_media_change) { in sd_resume_runtime()