Searched refs:rst_info (Results 1 – 1 of 1) sorted by relevance
3741 struct restart_info rst_info, rst_info2; in log_replay() local3792 memset(&rst_info, 0, sizeof(struct restart_info)); in log_replay()3807 err = log_read_rst(log, l_size, true, &rst_info); in log_replay()3812 *initialized = rst_info.initialized; in log_replay()3814 if (!rst_info.restart) { in log_replay()3815 if (rst_info.initialized) { in log_replay()3841 if (rst_info.vbo) in log_replay()3850 if (!rst_info2.restart || rst_info2.last_lsn <= rst_info.last_lsn) in log_replay()3855 if (rst_info.chkdsk_was_run && page_size != rst_info.vbo) { in log_replay()3867 kfree(rst_info.r_page); in log_replay()[all …]