Home
last modified time | relevance | path

Searched refs:MAX_READ_SIZE (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/filemanagement/dfs_service/services/cloudfiledaemon/src/fuse_manager/
H A Dfuse_manager.cpp84 static const unsigned int MAX_READ_SIZE = 4 * 1024 * 1024; variable
145 if (0 < readSize && readSize <= MAX_READ_SIZE) { in ReadArguments()
929 int64_t headIndex = ioctlData->offset / MAX_READ_SIZE; in HasCache()
1019 int64_t cacheIndex = off / MAX_READ_SIZE; in CheckAndWait()
1072 int64_t cacheIndex = readArgs->offset / MAX_READ_SIZE; in CloudReadOnCloudFile()
1102 if (readArgs->offset % MAX_READ_SIZE == 0) { in CloudReadOnCloudFile()
1143 readArgs->size = MAX_READ_SIZE; in CloudReadOnCacheFile()
1188 readSlice.offTail = (off + static_cast<off_t>(size)) / MAX_READ_SIZE * MAX_READ_SIZE; in InitReadSlice()
1191 readSlice.sizeTail = MAX_READ_SIZE; in InitReadSlice()
1196 readSlice.offTail -= MAX_READ_SIZE; in InitReadSlice()
[all …]
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Dstorage_engine.h143 static const int MAX_READ_SIZE; variable
H A Dstorage_engine.cpp27 const int StorageEngine::MAX_READ_SIZE = 16; member in DistributedDB::StorageEngine
478 return (poolSize.maxReadNum > MAX_READ_SIZE || in CheckEngineAttr()
/ohos5.0/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; variable
1206 if (size > MAX_READ_SIZE) { in Read()