Data Structures | Defines | Functions | Variables

I_Store.h File Reference

A brief file description. More...

#include "libts.h"
Include dependency graph for I_Store.h:
This graph shows which files directly or indirectly include this file:

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

Detailed Description

A brief file description.

License

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 Documentation

#define DEFAULT_HW_SECTOR_SIZE   512

Definition at line 38 of 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

Function Documentation

int initialize_store (  ) 

Definition at line 59 of file Store.cc.

References Store::read_config().

Referenced by main().

void stealStore ( Store s,
int  blocks 
)

Definition at line 1393 of file MultiCache.cc.

Referenced by MultiCacheBase::open().


Variable Documentation

Definition at line 41 of file Store.cc.

Referenced by cmd_check_internal(), and cmd_clear().