Lines Matching defs:lun
642 * @lun: SCSI Logical Unit Number
644 * Description: Looks up the scsi_device with the specified @lun for a given
655 u64 lun)
662 if (sdev->lun ==lun)
673 * @lun: SCSI Logical Unit Number
675 * Description: Looks up the scsi_device with the specified @lun for a given
680 u64 lun)
687 sdev = __scsi_device_lookup_by_target(starget, lun);
701 * @lun: SCSI Logical Unit Number
703 * Description: Looks up the scsi_device with the specified @channel, @id, @lun
713 uint channel, uint id, u64 lun)
721 sdev->lun ==lun)
734 * @lun: SCSI Logical Unit Number
736 * Description: Looks up the scsi_device with the specified @channel, @id, @lun
741 uint channel, uint id, u64 lun)
747 sdev = __scsi_device_lookup(shost, channel, id, lun);