Home
last modified time | relevance | path

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

/linux/include/scsi/
H A Dscsi_proto.h257 #define TYPE_WLUN 0x1e /* well-known logical unit */ macro
/linux/drivers/scsi/
H A Dscsi_scan.c935 if (scsi_is_wlun(sdev->lun) && sdev->type != TYPE_WLUN) { in scsi_add_lun()
939 sdev->type = TYPE_WLUN; in scsi_add_lun()
H A Dscsi_debug.c2080 pq_pdt = TYPE_WLUN; /* present, wlun */ in resp_inquiry()