A brief file description. More...
#include "libts.h"
Go to the source code of this file.
Data Structures | |
struct | Span |
struct | Store |
struct | storageConfigFile |
Defines | |
#define | STORE_BLOCK_SIZE 8192 |
#define | STORE_BLOCK_SHIFT 13 |
#define | DEFAULT_HW_SECTOR_SIZE 512 |
Functions | |
void | stealStore (Store &s, int blocks) |
int | initialize_store () |
Variables | |
Store | theStore |
A brief file description.
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Definition in file I_Store.h.
#define STORE_BLOCK_SHIFT 13 |
Definition at line 37 of file I_Store.h.
Referenced by create_config(), and execute_and_verify().
#define STORE_BLOCK_SIZE 8192 |
Definition at line 36 of file I_Store.h.
Referenced by bytes_to_blocks(), CacheProcessor::cacheInitialized(), Store::clear(), CacheDisk::create_volume(), MultiCacheSync::heapEvent(), CacheHostRecord::Init(), MultiCacheBase::initialize(), MultiCacheBase::mmap_data(), CacheDisk::open(), CacheProcessor::start_internal(), MultiCacheHeapGC::startEvent(), MultiCacheBase::sync_header(), and VolInitInfo::VolInitInfo().
int initialize_store | ( | ) |
void stealStore | ( | Store & | s, | |
int | blocks | |||
) |
Definition at line 1393 of file MultiCache.cc.
Referenced by MultiCacheBase::open().
Definition at line 41 of file Store.cc.
Referenced by cmd_check_internal(), and cmd_clear().