fsg_store_ro
return fsg_store_ro(curlun, filesem, buf, count);
return fsg_store_ro(opts->lun, &fsg_opts->common->filesem, page, len);
EXPORT_SYMBOL_GPL(fsg_store_ro);
ssize_t fsg_store_ro(struct fsg_lun *curlun, struct rw_semaphore *filesem,