Searched defs:fsg_module_parameters (Results 1 – 1 of 1) sorted by relevance
3125 struct fsg_module_parameters { struct3126 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];3132 unsigned int file_count, ro_count, removable_count, cdrom_count;3133 unsigned int nofua_count;3134 unsigned int luns; /* nluns */3135 bool stall; /* can_stall */