Lines Matching refs:storage
179 /* Fetch all available storage controllers */
1969 SHASTORAGE storage;
1970 RT_ZERO(storage);
1971 storage.fCreateDigest = m->fManifest;
1972 storage.fSha256 = m->fSha256;
1979 &storage.pVDImageIfaces);
1985 rc = i_writeFSImpl(pTask, writeLock, pShaIo, &storage);
2027 SHASTORAGE storage;
2028 RT_ZERO(storage);
2029 storage.fCreateDigest = m->fManifest;
2030 storage.fSha256 = m->fSha256;
2036 &storage.pVDImageIfaces);
2043 rc = i_writeFSImpl(pTask, writeLock, pShaIo, &storage);
2118 tr("Invalid medium storage format"));
2498 tr("Cannot upload file '%s' to S3 storage server (Access denied). Make sure that your credentials are right. Also check that your host clock is properly synced"), pszFilename);
2501 tr("Cannot upload file '%s' to S3 storage server (File not found)"), pszFilename);
2504 tr("Cannot upload file '%s' to S3 storage server (%Rrc)"), pszFilename, vrc);