rpm  5.4.10
Data Fields
hardLink_s Struct Reference

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

#include <rpmio/iosm.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 189 of file iosm.h.

Field Documentation

§ createdPath

int hardLink_s::createdPath

Definition at line 200 of file iosm.h.

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

§ filex

int* hardLink_s::filex

§ linkIndex

int hardLink_s::linkIndex

Definition at line 199 of file iosm.h.

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

§ linksLeft

int hardLink_s::linksLeft

Definition at line 198 of file iosm.h.

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

§ next

struct hardLink_s* hardLink_s::next

§ nlink

int hardLink_s::nlink

§ nsuffix

const char** hardLink_s::nsuffix

Definition at line 193 of file iosm.h.

Referenced by freeHardLink(), and saveHardLink().

§ sb

struct stat hardLink_s::sb

Definition at line 196 of file iosm.h.

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


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