|
fsautoproc
Basic file transformation automation management utility
|
Individual file node in the index map. More...
#include <index.h>

Data Fields | |
| char * | fp |
| File path (string duplicated) | |
| uint64_t | fphash |
| File path hash value. | |
| struct fsstat_s | st |
| File stat info structure. | |
| uint64_t | xx |
| xxHash64 hash value | |
| struct inode_s * | next |
| Next node in the index map. | |
Individual file node in the index map.
| char* inode_s::fp |
File path (string duplicated)
| uint64_t inode_s::fphash |
File path hash value.
| struct inode_s* inode_s::next |
Next node in the index map.
| struct fsstat_s inode_s::st |
File stat info structure.
| uint64_t inode_s::xx |
xxHash64 hash value