fsautoproc
Basic file transformation automation management utility
Loading...
Searching...
No Matches
inode_s Struct Reference

Individual file node in the index map. More...

#include <index.h>

Collaboration diagram for inode_s:

Data Fields

char * fp
 File path (string duplicated)
uint64_t fphash
 File path hash value.
struct fsstat_s st
 File stat info structure.
struct inode_snext
 Next node in the index map.

Detailed Description

Individual file node in the index map.

Field Documentation

◆ fp

char* inode_s::fp

File path (string duplicated)

◆ fphash

uint64_t inode_s::fphash

File path hash value.

◆ next

struct inode_s* inode_s::next

Next node in the index map.

◆ st

struct fsstat_s inode_s::st

File stat info structure.


The documentation for this struct was generated from the following file: