#include <fsm.h>
Data Fields | |
const char* | path |
const char* | opath |
FD_t | cfd |
FD_t | rfd |
char* | rdbuf |
char* | rdb |
size_t | rdsize |
size_t | rdlen |
size_t | rdnb |
FD_t | wfd |
char* | wrbuf |
char* | wrb |
size_t | wrsize |
size_t | wrlen |
size_t | wrnb |
FSMI_t | iter |
int | ix |
struct hardLink_s* | links |
struct hardLink_s* | li |
unsigned int* | archiveSize |
const char** | failedFile |
const char* | subdir |
char | subbuf [64] |
const char* | osuffix |
const char* | nsuffix |
const char* | suffix |
char | sufbuf [64] |
short* | dnlx |
char* | ldn |
int | ldnlen |
int | ldnalloc |
int | postpone |
int | diskchecked |
int | exists |
int | mkdirsdone |
int | astriplen |
int | rc |
int | commit |
cpioMapFlags | mapFlags |
const char* | dirName |
const char* | baseName |
const char* | fmd5sum |
unsigned | fflags |
fileAction | action |
fileStage | goal |
fileStage | stage |
struct stat | sb |
struct stat | osb |
Definition at line 120 of file fsm.h.
|
File disposition. |
|
Pointer to archive size. |
|
Length of buildroot prefix. |
|
File base name. |
|
Payload file handle. |
|
Commit synchronously? |
|
File directory name. |
|
Has stat(2) been performed? |
|
Last dirpath verified indexes. |
|
Does current file exist on disk? |
|
First file name that failed. |
|
File flags. |
|
File MD5 sum (NULL disables). |
|
Package state machine goal. |
|
File iterator. |
|
Current file iterator index. |
|
Last dirpath verified. |
|
Last dirpath allocated length. |
|
Last dirpath current length. |
|
Current hard linked file(s). |
|
Pending hard linked file(s). |
|
Bit(s) to control mapping. |
|
Have "orphan" dirs been created? |
|
New, created, file suffix. |
|
Original file name. |
|
Original file stat(2) info. |
|
Old, preserved, file suffix. |
|
Current file name. |
|
Skip remaining stages? |
|
External file stage return code. |
|
read: Buffer allocated. |
|
read: Buffer. |
|
read: Number of bytes requested. |
|
read: Number of bytes returned. |
|
read: Buffer allocated size. |
|
read: File handle. |
|
Current file stat(2) info. |
|
External file stage. |
|
|
|
Current file sub-directory. |
|
|
|
Current file suffix. |
|
write: File handle. |
|
write: Buffer allocated. |
|
write: Buffer. |
|
write: Number of bytes requested. |
|
write: Number of bytes returned. |
|
write: Buffer allocated size. |