|
rpm 5.3.7
|
Finger print cache entry. More...
#include <rpmdb/fprint.h>
Data Fields | |
| const char * | dirName |
| dev_t | dev |
| ino_t | ino |
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.
| dev_t fprintCacheEntry_s::dev |
stat(2) device number
Definition at line 28 of file fprint.h.
Referenced by doLookup(), fpHashFunction(), and handleOverlappedFiles().
| const char* fprintCacheEntry_s::dirName |
| ino_t fprintCacheEntry_s::ino |
stat(2) inode number
Definition at line 29 of file fprint.h.
Referenced by doLookup(), and fpHashFunction().
1.7.3