Searched refs:FSG_MAX_LUNS (Results 1 – 3 of 3) 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 (US_BULK_MAX_LUN_LIMIT + 1) macro
260 struct fsg_lun *luns[FSG_MAX_LUNS];3304 if (num >= FSG_MAX_LUNS) in fsg_lun_make()3306 num = array_index_nospec(num, FSG_MAX_LUNS); in fsg_lun_make()3596 (unsigned)FSG_MAX_LUNS); in fsg_config_from_params()
Completed in 11 milliseconds