Coda Distributed File System
|
Go to the source code of this file.
Classes | |
class | CacheChunk |
class | CacheChunkList |
class | CacheFile |
class | SegmentedCacheFile |
Macros | |
#define | CACHEFILENAMELEN 16 |
#define | FS_BLOCKS_SIZE_MAX (4095) |
#define | FS_BLOCKS_SIZE_MASK (~FS_BLOCKS_SIZE_MAX) |
#define | FS_BLOCKS_ALIGN(size) ((size + FS_BLOCKS_SIZE_MAX) & FS_BLOCKS_SIZE_MASK) |
Variables | |
uint64_t | CacheChunkBlockSize |
uint64_t | CacheChunkBlockSizeBits |
uint64_t | CacheChunkBlockSizeMax |
uint64_t | CacheChunkBlockBitmapSize |
#define CACHEFILENAMELEN 16 |
#define FS_BLOCKS_ALIGN | ( | size | ) | ((size + FS_BLOCKS_SIZE_MAX) & FS_BLOCKS_SIZE_MASK) |
#define FS_BLOCKS_SIZE_MASK (~FS_BLOCKS_SIZE_MAX) |
#define FS_BLOCKS_SIZE_MAX (4095) |
|
extern |
|
extern |
|
extern |
|
extern |