Searched refs:rst_info (Results 1 – 1 of 1) sorted by relevance
3726 struct restart_info rst_info, rst_info2; in log_replay() local3777 memset(&rst_info, 0, sizeof(struct restart_info)); in log_replay()3792 err = log_read_rst(log, l_size, true, &rst_info); in log_replay()3797 *initialized = rst_info.initialized; in log_replay()3799 if (!rst_info.restart) { in log_replay()3800 if (rst_info.initialized) { in log_replay()3826 if (rst_info.vbo) in log_replay()3833 if (!rst_info2.restart || rst_info2.last_lsn <= rst_info.last_lsn) in log_replay()3838 if (rst_info.chkdsk_was_run && page_size != rst_info.vbo) { in log_replay()3850 kfree(rst_info.r_page); in log_replay()[all …]