CUBRID Engine
latest
|
Public Attributes | |
int | vdes |
volatile int | num_pages |
volatile bool | all_pages_written |
volatile FLUSH_VOLUME_STATUS | flushed_status |
Definition at line 199 of file double_write_buffer.c.
volatile bool flush_volume_info::all_pages_written |
Definition at line 203 of file double_write_buffer.c.
Referenced by dwb_add_volume_to_block_flush_area(), dwb_file_sync_helper(), dwb_flush_block(), and dwb_write_block().
volatile FLUSH_VOLUME_STATUS flush_volume_info::flushed_status |
Definition at line 204 of file double_write_buffer.c.
Referenced by dwb_add_volume_to_block_flush_area(), dwb_file_sync_helper(), and dwb_flush_block().
volatile int flush_volume_info::num_pages |
Definition at line 202 of file double_write_buffer.c.
Referenced by dwb_add_volume_to_block_flush_area(), dwb_file_sync_helper(), dwb_flush_block(), and dwb_write_block().
int flush_volume_info::vdes |
Definition at line 201 of file double_write_buffer.c.
Referenced by dwb_add_volume_to_block_flush_area(), dwb_file_sync_helper(), dwb_flush_block(), dwb_load_and_recover_pages(), and dwb_write_block().