CernVM-FS
2.12.0
|
#include <compat.h>
Public Member Functions | |
PathMap () | |
bool | LookupPath (const shash_v1::Md5 &md5path, PathString *path) |
uint64_t | LookupInode (const PathString &path) |
shash_v1::Md5 | Insert (const PathString &path, const uint64_t inode) |
void | Erase (const shash_v1::Md5 &md5path) |
void | Clear () |
Public Attributes | |
SmallHashDynamic < shash_v1::Md5, uint64_t > | map_ |
PathStore | path_store_ |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 711 of file compat.h.
Referenced by compat::inode_tracker_v3::InodeTracker::FindPath().
SmallHashDynamic<shash_v1::Md5, uint64_t> compat::inode_tracker_v3::PathMap::map_ |
Definition at line 724 of file compat.h.
Referenced by compat::inode_tracker_v3::Migrate().
PathStore compat::inode_tracker_v3::PathMap::path_store_ |
Definition at line 725 of file compat.h.
Referenced by LookupPath(), and compat::inode_tracker_v3::Migrate().