rpm 5.3.12
|
Keeps track of the set of all hard links to a file in an archive. More...
#include <rpmio/iosm.h>
Data Fields | |
struct hardLink_s * | next |
const char ** | nsuffix |
int * | filex |
struct stat | sb |
int | nlink |
int | linksLeft |
int | linkIndex |
int | createdPath |
Keeps track of the set of all hard links to a file in an archive.
Definition at line 200 of file iosm.h.
Referenced by fsmMakeLinks(), fsmStage(), iosmMakeLinks(), iosmStage(), and saveHardLink().
int* hardLink_s::filex |
Definition at line 195 of file iosm.h.
Referenced by freeHardLink(), fsmCommitLinks(), fsmMakeLinks(), fsmStage(), iosmCommitLinks(), iosmMakeLinks(), iosmStage(), saveHardLink(), and writeLinkedFile().
Definition at line 199 of file iosm.h.
Referenced by fsmStage(), iosmStage(), and saveHardLink().
Definition at line 198 of file iosm.h.
Referenced by fsmMakeLinks(), fsmStage(), iosmMakeLinks(), iosmStage(), and saveHardLink().
struct hardLink_s* hardLink_s::next |
Definition at line 191 of file iosm.h.
Referenced by freeFSM(), freeIOSM(), fsmCommitLinks(), fsmStage(), iosmCommitLinks(), iosmStage(), and saveHardLink().
Definition at line 197 of file iosm.h.
Referenced by fsmCommitLinks(), fsmMakeLinks(), fsmStage(), iosmCommitLinks(), iosmMakeLinks(), iosmStage(), saveHardLink(), and writeLinkedFile().
const char** hardLink_s::nsuffix |
Definition at line 193 of file iosm.h.
Referenced by freeHardLink(), and saveHardLink().
struct stat hardLink_s::sb |
Definition at line 196 of file iosm.h.
Referenced by fsmCommitLinks(), fsmStage(), iosmCommitLinks(), iosmStage(), and saveHardLink().