fsg_common_create_luns
EXPORT_SYMBOL_GPL(fsg_common_create_luns);
int fsg_common_create_luns(struct fsg_common *common, struct fsg_config *cfg);
status = fsg_common_create_luns(opts->common, &config);
status = fsg_common_create_luns(opts->common, &config);
status = fsg_common_create_luns(fsg_opts->common, &config);
status = fsg_common_create_luns(fsg_opts->common, &fsg_config);