Searched refs:FSG_MAX_LUNS (Results 1 – 3 of 3) sorted by relevance
418 } luns[FSG_MAX_LUNS];2257 if (cbw->Lun >= FSG_MAX_LUNS || cbw->Flags & ~US_BULK_FLAG_IN || in received_cbw()2734 if (nluns < 1 || nluns > FSG_MAX_LUNS) { in fsg_common_init()3126 char *file[FSG_MAX_LUNS];3127 bool ro[FSG_MAX_LUNS];3128 bool removable[FSG_MAX_LUNS];3129 bool cdrom[FSG_MAX_LUNS];3130 bool nofua[FSG_MAX_LUNS];3175 (unsigned)FSG_MAX_LUNS); in fsg_config_from_params()
304 char *file[FSG_MAX_LUNS];306 bool ro[FSG_MAX_LUNS];307 bool nofua[FSG_MAX_LUNS];2641 if (cbw->Lun >= FSG_MAX_LUNS || cbw->Flags & ~US_BULK_FLAG_IN || in received_cbw()3369 if (i > FSG_MAX_LUNS) { in fsg_bind()
254 #define FSG_MAX_LUNS 8 macro