Home
last modified time | relevance | path

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

/linux/drivers/scsi/aacraid/
H A Dlinit.c417 if (aac->jbod && (sdev->type == TYPE_DISK)) in aac_sdev_configure()
422 && (!aac->jbod || sdev->inq_periph_qual) in aac_sdev_configure()
565 ((aac->jbod && (sdev->type == TYPE_DISK)) ? "JBOD\n" : "")); in aac_show_raid_level()
1243 if (dev->jbod) in aac_show_flags()
1753 if (aac->nondasd_support || expose_physicals || aac->jbod) in aac_probe_one()
H A Dcommsup.c1246 if (dev->jbod) in aac_handle_aif()
H A Daacraid.h1642 u8 jbod; member