Searched defs:fsg_module_parameters (Results 1 – 1 of 1) sorted by relevance
3124 struct fsg_module_parameters { struct3125 char *file[FSG_MAX_LUNS];3126 bool ro[FSG_MAX_LUNS];3127 bool removable[FSG_MAX_LUNS];3128 bool cdrom[FSG_MAX_LUNS];3129 bool nofua[FSG_MAX_LUNS];3131 unsigned int file_count, ro_count, removable_count, cdrom_count;3132 unsigned int nofua_count;3133 unsigned int luns; /* nluns */3134 bool stall; /* can_stall */