fsg_store_nofua
return fsg_store_nofua(curlun, buf, count);
return fsg_store_nofua(to_fsg_lun_opts(item)->lun, page, len);
EXPORT_SYMBOL_GPL(fsg_store_nofua);
ssize_t fsg_store_nofua(struct fsg_lun *curlun, const char *buf, size_t count);