CUBRID Engine
latest
|
Public Attributes | |
bool | is_partial |
PGBUF_LATCH_MODE | latch_mode |
PGBUF_LATCH_CONDITION | latch_cond |
FILE_FTAB_COLLECTOR | ftab_collector |
bool | stop |
FILE_MAP_PAGE_FUNC | func |
void * | args |
Definition at line 420 of file file_manager.c.
void* file_map_context::args |
Definition at line 430 of file file_manager.c.
Referenced by file_apply_tde_algorithm(), file_map_pages(), and file_sector_map_pages().
FILE_FTAB_COLLECTOR file_map_context::ftab_collector |
Definition at line 425 of file file_manager.c.
Referenced by file_apply_tde_algorithm(), file_map_pages(), and file_sector_map_pages().
FILE_MAP_PAGE_FUNC file_map_context::func |
Definition at line 429 of file file_manager.c.
Referenced by file_apply_tde_algorithm(), file_map_pages(), and file_sector_map_pages().
bool file_map_context::is_partial |
Definition at line 422 of file file_manager.c.
Referenced by file_apply_tde_algorithm(), file_map_pages(), and file_sector_map_pages().
PGBUF_LATCH_CONDITION file_map_context::latch_cond |
Definition at line 424 of file file_manager.c.
Referenced by file_apply_tde_algorithm(), file_map_pages(), and file_sector_map_pages().
PGBUF_LATCH_MODE file_map_context::latch_mode |
Definition at line 423 of file file_manager.c.
Referenced by file_apply_tde_algorithm(), file_map_pages(), and file_sector_map_pages().
bool file_map_context::stop |
Definition at line 427 of file file_manager.c.
Referenced by file_apply_tde_algorithm(), file_map_pages(), and file_sector_map_pages().