__zpci_store_block
int __zpci_store_block(const u64 *data, u64 req, u64 offset);
EXPORT_SYMBOL_GPL(__zpci_store_block);
return __zpci_store_block(src, req, offset);
__zpci_store_block(data, req, offset);
return __zpci_store_block(data, req, dmb_req);
ret = __zpci_store_block(data, req, off);