Home
last modified time | relevance | path

Searched refs:MAX_READ_SIZE (Results 1 - 5 of 5) sorted by relevance

/foundation/filemanagement/dfs_service/services/cloudfiledaemon/src/fuse_manager/
H A Dfuse_manager.cpp84 static const unsigned int MAX_READ_SIZE = 4 * 1024 * 1024; member
143 if (0 < readSize && readSize <= MAX_READ_SIZE) { in ReadArguments()
699 int filePageSize = static_cast<int32_t>(cInode->mBase->size / MAX_READ_SIZE + 1); in LoadCacheFileIndex()
872 sizeof(int[cInode->mBase->size / MAX_READ_SIZE + 1]), 0) < 0) { in CloudRelease()
927 int64_t headIndex = ioctlData->offset / MAX_READ_SIZE; in HasCache()
928 int64_t tailIndex = (ioctlData->offset + ioctlData->readSize - 1) / MAX_READ_SIZE; in HasCache()
1017 int64_t cacheIndex = off / MAX_READ_SIZE; in CheckAndWait()
1070 int64_t cacheIndex = readArgs->offset / MAX_READ_SIZE; in CloudReadOnCloudFile()
1074 if (readArgs->offset % MAX_READ_SIZE == 0 && cInode->readCacheMap.find(cacheIndex) == cInode->readCacheMap.end()) { in CloudReadOnCloudFile()
1100 if (readArgs->offset % MAX_READ_SIZE in CloudReadOnCloudFile()
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Dstorage_engine.h144 static const int MAX_READ_SIZE; member in DistributedDB::StorageEngine
H A Dstorage_engine.cpp27 const int StorageEngine::MAX_READ_SIZE = 16; member in DistributedDB::StorageEngine
472 return (poolSize.maxReadNum > MAX_READ_SIZE || in CheckEngineAttr()
/foundation/filemanagement/dfs_service/test/unittests/cloud_disk/mock/
H A Dfile_operations_cloud_mock.cpp66 static const unsigned int MAX_READ_SIZE = 4 * 1024 * 1024; member
/foundation/filemanagement/dfs_service/services/cloudfiledaemon/src/cloud_disk/
H A Dfile_operations_cloud.cpp67 static const unsigned int MAX_READ_SIZE = 4 * 1024 * 1024; member
1244 if (size > MAX_READ_SIZE) { in Read()

Completed in 8 milliseconds