Searched refs:MAX_READ_SIZE (Results 1 – 4 of 4) sorted by relevance
84 static const unsigned int MAX_READ_SIZE = 4 * 1024 * 1024; variable145 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 …]
143 static const int MAX_READ_SIZE; variable
27 const int StorageEngine::MAX_READ_SIZE = 16; member in DistributedDB::StorageEngine478 return (poolSize.maxReadNum > MAX_READ_SIZE || in CheckEngineAttr()
67 static const unsigned int MAX_READ_SIZE = 4 * 1024 * 1024; variable1206 if (size > MAX_READ_SIZE) { in Read()