Finger print cache entry. More...
#include <fprint.h>
Data Fields | |
const char * | dirName |
dev_t | dev |
ino_t | ino |
int | isFake |
Finger print cache entry.
This is really a directory and symlink cache. We don't differentiate between the two. We can prepopulate it, which allows us to easily conduct "fake" installs of a system w/o actually mounting filesystems.
Definition at line 27 of file fprint.h.
dev_t fprintCacheEntry_s::dev |
const char* fprintCacheEntry_s::dirName |
ino_t fprintCacheEntry_s::ino |