Home
last modified time | relevance | path

Searched refs:storageCache (Results 1 – 7 of 7) sorted by relevance

/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbserver/
H A DApplyMetadataMutation.h64 ASSERT(storageCache);
73 if(cacheItr == storageCache->end()) {
77 (*storageCache)[id] = storageInfo;
87 if(cacheItr == storageCache->end()) {
91 (*storageCache)[id] = storageInfo;
130 if(storageCache) {
132 if(cacheItr == storageCache->end()) {
139 (*storageCache)[id] = storageInfo;
166 if(storageCache) {
171 if(cacheItr == storageCache->end()) {
[all …]
H A DMasterProxyServer.actor.cpp224 std::map<UID, Reference<StorageInfo>> storageCache; member
550 …sData : NULL, self->commit, self->cx, &self->committedVersion, &self->storageCache, &self->tag_pop… in commitBatch()
630 …sData : NULL, self->commit, self->cx, &self->committedVersion, &self->storageCache, &self->tag_pop… in commitBatch()
1575 auto cacheItr = commitData.storageCache.find(id); in masterProxyServerCore()
1576 if(cacheItr == commitData.storageCache.end()) { in masterProxyServerCore()
1580 commitData.storageCache[id] = storageInfo; in masterProxyServerCore()
1589 auto cacheItr = commitData.storageCache.find(id); in masterProxyServerCore()
1590 if(cacheItr == commitData.storageCache.end()) { in masterProxyServerCore()
1594 commitData.storageCache[id] = storageInfo; in masterProxyServerCore()
1615 …Data.commit, commitData.cx, &commitData.committedVersion, &commitData.storageCache, &commitData.ta… in masterProxyServerCore()
H A Dworker.actor.cpp650 state WorkerCache<InitializeStorageReply> storageCache; in workerServer() local
939 if( !storageCache.exists( req.reqId ) ) { in workerServer()
967 storageCache.set( req.reqId, storageReady.getFuture() ); in workerServer()
970 s = storageCache.removeOnReady( req.reqId, s ); in workerServer()
974 forwardPromise( req.reply, storageCache.get( req.reqId ) ); in workerServer()
/dports/www/owncloud/owncloud/lib/private/Files/Storage/
H A DCommon.php79 protected $storageCache; variable in OC\\Files\\Storage\\Common
392 if (!isset($this->storageCache)) {
393 $this->storageCache = new \OC\Files\Cache\Storage($storage);
395 return $this->storageCache;
/dports/www/nextcloud/nextcloud/lib/private/Files/Storage/
H A DCommon.php85 protected $storageCache; variable in OC\\Files\\Storage\\Common
397 if (!isset($this->storageCache)) {
398 $this->storageCache = new \OC\Files\Cache\Storage($storage);
400 return $this->storageCache;
/dports/www/owncloud/owncloud/lib/private/Files/Cache/
H A DCache.php74 protected $storageCache; variable in OC\\Files\\Cache\\Cache
97 $this->storageCache = new Storage($storage);
108 return $this->storageCache->getNumericId();
/dports/www/nextcloud/nextcloud/lib/private/Files/Cache/
H A DCache.php92 protected $storageCache; variable in OC\\Files\\Cache\\Cache
120 $this->storageCache = new Storage($storage);
141 return $this->storageCache->getNumericId();