Home
last modified time | relevance | path

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

/linux/include/scsi/
H A Dscsi_device.h340 * used for single_lun devices. If no one has active IO to the target,
353 unsigned int single_lun:1; /* Indicates we should only member
/linux/drivers/scsi/
H A Dscsi_lib.c416 * Called for single_lun devices on IO completion. Clear starget_sdev_user,
546 if (scsi_target(sdev)->single_lun) in scsi_run_queue()
605 if (scsi_target(sdev)->single_lun || in scsi_run_queue_async()
1396 if (starget->single_lun) { in scsi_target_queue_ready()
H A Dscsi_scan.c1019 scsi_target(sdev)->single_lun = 1; in scsi_add_lun()