allow_lun_scan 36 drivers/s390/scsi/zfcp_scsi.c static bool allow_lun_scan = true; allow_lun_scan 37 drivers/s390/scsi/zfcp_scsi.c module_param(allow_lun_scan, bool, 0600); allow_lun_scan 38 drivers/s390/scsi/zfcp_scsi.c MODULE_PARM_DESC(allow_lun_scan, "For NPIV, scan and attach all storage LUNs"); allow_lun_scan 145 drivers/s390/scsi/zfcp_scsi.c if (!unit && !(allow_lun_scan && npiv)) {