Home
last modified time | relevance | path

Searched refs:BLIST_NOLUN (Results 1 – 2 of 2) sorted by relevance

/linux/include/scsi/
H A Dscsi_devinfo.h9 #define BLIST_NOLUN ((__force blist_flags_t)(1ULL << 0)) macro
/linux/drivers/scsi/
H A Dscsi_scan.c1403 * @bflags: Zero or a mix of BLIST_NOLUN, BLIST_REPORTLUN2, or BLIST_NOREPORTLUN
1413 * If BLIST_NOLUN is set, return 0 always.
1472 if (bflags & BLIST_NOLUN) in scsi_report_lun_scan()