CernVM-FS
2.12.0
|
#include <compat.h>
Classes | |
struct | PathInfo |
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, PathInfo > | map_ |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 467 of file compat.h.
Referenced by compat::inode_tracker_v2::InodeTracker::FindPath().
SmallHashDynamic<shash_v1::Md5, PathInfo> compat::inode_tracker_v2::PathMap::map_ |
Definition at line 495 of file compat.h.
Referenced by LookupInode(), LookupPath(), and compat::inode_tracker_v2::Migrate().