Searched refs:blist_flags_t (Results 1 – 4 of 4) sorted by relevance
/linux/include/scsi/ |
H A D | scsi_devinfo.h | 9 #define BLIST_NOLUN ((__force blist_flags_t)(1ULL << 0)) 12 #define BLIST_FORCELUN ((__force blist_flags_t)(1ULL << 1)) 14 #define BLIST_BORKEN ((__force blist_flags_t)(1ULL << 2)) 16 #define BLIST_KEY ((__force blist_flags_t)(1ULL << 3)) 18 #define BLIST_SINGLELUN ((__force blist_flags_t)(1ULL << 4)) 20 #define BLIST_NOTQ ((__force blist_flags_t)(1ULL << 5)) 22 #define BLIST_SPARSELUN ((__force blist_flags_t)(1ULL << 6)) 24 #define BLIST_MAX5LUN ((__force blist_flags_t)(1ULL << 7)) 26 #define BLIST_ISROM ((__force blist_flags_t)(1ULL << 8)) 28 #define BLIST_LARGELUN ((__force blist_flags_t)( [all...] |
H A D | scsi_device.h | 20 typedef __u64 __bitwise blist_flags_t; typedef 156 blist_flags_t sdev_bflags; /* black/white flags as also found in
|
/linux/drivers/scsi/ |
H A D | scsi_priv.h | 71 extern blist_flags_t scsi_get_device_flags(struct scsi_device *sdev, 74 extern blist_flags_t scsi_get_device_flags_keyed(struct scsi_device *sdev, 80 blist_flags_t flags,
|
H A D | scsi_scan.c | 647 int result_len, blist_flags_t *bflags) in scsi_probe_lun() 876 blist_flags_t *bflags, int async) in scsi_add_lun() 1177 u64 lun, blist_flags_t *bflagsp, in scsi_probe_and_add_lun() 1184 blist_flags_t bflags; in scsi_probe_and_add_lun() 1329 blist_flags_t bflags, int scsi_level, in scsi_sequential_lun_scan() 1420 static int scsi_report_lun_scan(struct scsi_target *starget, blist_flags_t bflags, in scsi_report_lun_scan() 1749 blist_flags_t bflags = 0; in __scsi_scan_target()
|