An (atomic) write file buffer struct.
More...
|
|
char * | filename |
| | A pointer to the name of the file.
|
| |
|
char * | tmpname |
| | A pointer to the name of the temporary file.
|
| |
|
int | dirfd |
| | The file descriptor of the directory containing the temporary file.
|
| |
|
int | fd |
| | The file descriptor.
|
| |
|
int | errsv |
| | The number of the first error that occurred during a file operation.
|
| |
|
void * | addr |
| | The base address of the current file mapping.
|
| |
|
size_t | len |
| | The length (in bytes) of the mapping at addr.
|
| |
An (atomic) write file buffer struct.
Definition at line 59 of file fwbuf.c.
The documentation for this struct was generated from the following file: