Searched refs:FSG_MAX_LUNS (Results 1 – 6 of 6) sorted by relevance
9 char *file[FSG_MAX_LUNS];10 bool ro[FSG_MAX_LUNS];11 bool removable[FSG_MAX_LUNS];12 bool cdrom[FSG_MAX_LUNS];13 bool nofua[FSG_MAX_LUNS];98 struct fsg_lun_config luns[FSG_MAX_LUNS];
134 #define FSG_MAX_LUNS 16 macro
260 struct fsg_lun *luns[FSG_MAX_LUNS];3305 if (num >= FSG_MAX_LUNS) in fsg_lun_make()3307 num = array_index_nospec(num, FSG_MAX_LUNS); in fsg_lun_make()3596 (unsigned)FSG_MAX_LUNS); in fsg_config_from_params()
314 #define FSG_MAX_LUNS 8 macro
308 struct fsg_lun luns[FSG_MAX_LUNS];356 } luns[FSG_MAX_LUNS];2075 if (cbw->Lun >= FSG_MAX_LUNS || cbw->Flags & ~USB_BULK_IN_FLAG || in received_cbw()2442 if (nluns < 1 || nluns > FSG_MAX_LUNS) { in fsg_common_init()
42 FSG_MAX_LUNS (8) LUNs set. If more files are specified, they will126 have. It is limited by FSG_MAX_LUNS (8) and higher value will be