CUBRID Engine
latest
|
#include <file_io.h>
Public Attributes | |
struct fileio_node * | prev |
struct fileio_node * | next |
int | pageid |
bool | writeable |
ssize_t | nread |
FILEIO_BACKUP_PAGE * | area |
FILEIO_ZIP_INFO * | zip_info |
FILEIO_BACKUP_PAGE* fileio_node::area |
Definition at line 385 of file file_io.h.
Referenced by fileio_allocate_node(), fileio_backup_volume(), fileio_compress_backup_node(), fileio_finalize_backup_thread(), and fileio_write_backup_node().
struct fileio_node* fileio_node::next |
Definition at line 381 of file file_io.h.
Referenced by fileio_allocate_node(), fileio_delete_queue_head(), fileio_finalize_backup_thread(), and fileio_free_node().
ssize_t fileio_node::nread |
Definition at line 384 of file file_io.h.
Referenced by fileio_backup_volume(), fileio_compress_backup_node(), and fileio_write_backup_node().
int fileio_node::pageid |
Definition at line 382 of file file_io.h.
Referenced by fileio_backup_volume(), fileio_compress_backup_node(), and fileio_write_backup_node().
struct fileio_node* fileio_node::prev |
Definition at line 380 of file file_io.h.
Referenced by fileio_delete_queue_head(), and fileio_free_node().
bool fileio_node::writeable |
Definition at line 383 of file file_io.h.
Referenced by fileio_write_backup_node().
FILEIO_ZIP_INFO* fileio_node::zip_info |
Definition at line 386 of file file_io.h.
Referenced by fileio_allocate_node(), fileio_compress_backup_node(), fileio_decompress_restore_volume(), fileio_finalize_backup_thread(), and fileio_write_backup_node().