rpm  4.5
Data Fields
hardLink_s Struct Reference

Keeps track of the set of all hard links to a file in an archive. More...

#include <lib/fsm.h>

Collaboration diagram for hardLink_s:
Collaboration graph
[legend]

Data Fields

struct hardLink_snext
 
const char ** nsuffix
 
int * filex
 
struct stat sb
 
int nlink
 
int linksLeft
 
int linkIndex
 
int createdPath
 

Detailed Description

Keeps track of the set of all hard links to a file in an archive.

Definition at line 96 of file fsm.h.

Field Documentation

int hardLink_s::createdPath

Definition at line 107 of file fsm.h.

Referenced by fsmMakeLinks(), fsmStage(), and saveHardLink().

int* hardLink_s::filex
int hardLink_s::linkIndex

Definition at line 106 of file fsm.h.

Referenced by fsmStage(), and saveHardLink().

int hardLink_s::linksLeft

Definition at line 105 of file fsm.h.

Referenced by fsmMakeLinks(), fsmStage(), and saveHardLink().

struct hardLink_s* hardLink_s::next

Definition at line 98 of file fsm.h.

Referenced by freeFSM(), fsmCommitLinks(), fsmStage(), and saveHardLink().

int hardLink_s::nlink

Definition at line 104 of file fsm.h.

Referenced by fsmCommitLinks(), fsmMakeLinks(), fsmStage(), saveHardLink(), and writeLinkedFile().

const char** hardLink_s::nsuffix

Definition at line 100 of file fsm.h.

Referenced by freeHardLink(), and saveHardLink().

struct stat hardLink_s::sb

Definition at line 103 of file fsm.h.

Referenced by fsmCommitLinks(), fsmStage(), and saveHardLink().


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