fsg_common_create_lun
EXPORT_SYMBOL_GPL(fsg_common_create_lun);
rc = fsg_common_create_lun(common, &cfg->luns[i], i, buf, NULL);
ret = fsg_common_create_lun(fsg_opts->common, &config, num, name,
rc = fsg_common_create_lun(opts->common, &config, 0, "lun.0",
int fsg_common_create_lun(struct fsg_common *common, struct fsg_lun_config *cfg,