CernVM-FS
2.12.0
|
#include <inttypes.h>
#include <pthread.h>
#include <cassert>
#include <map>
#include <string>
#include <vector>
#include "catalog.h"
#include "crypto/hash.h"
#include "directory_entry.h"
#include "file_chunk.h"
#include "manifest_fetch.h"
#include "statistics.h"
#include "util/algorithm.h"
#include "util/atomic.h"
#include "util/logging.h"
#include "util/platform.h"
#include "catalog_mgr_impl.h"
Go to the source code of this file.
Classes | |
struct | catalog::CatalogContext |
struct | catalog::Statistics |
class | catalog::AbstractCatalogManager< CatalogT > |
class | catalog::AbstractCatalogManager< CatalogT > |
class | catalog::InodeGenerationAnnotation |
class | catalog::InodeNfsGenerationAnnotation |
Namespaces | |
catalog | |
Macros | |
#define | __STDC_FORMAT_MACROS |
Typedefs | |
typedef unsigned | catalog::LookupOptions |
Functions | |
const char * | catalog::Code2Ascii (const LoadReturn error) |
Variables | |
const unsigned | catalog::kSqliteMemPerThread = 1*1024*1024 |
const unsigned | catalog::kLookupDefault = 0b1 |
const unsigned | catalog::kLookupRawSymlink = 0b10 |
#define __STDC_FORMAT_MACROS |
This file is part of the CernVM File System.
Definition at line 9 of file catalog_mgr.h.