Searched refs:rst_info (Results 1 – 1 of 1) sorted by relevance
3723 struct restart_info rst_info, rst_info2; in log_replay() local3788 memset(&rst_info, 0, sizeof(struct restart_info)); in log_replay()3789 err = log_read_rst(log, l_size, true, &rst_info); in log_replay()3794 *initialized = rst_info.initialized; in log_replay()3796 if (!rst_info.restart) { in log_replay()3797 if (rst_info.initialized) { in log_replay()3823 if (rst_info.vbo) in log_replay()3832 if (!rst_info2.restart || rst_info2.last_lsn <= rst_info.last_lsn) in log_replay()3837 if (rst_info.chkdsk_was_run && page_size != rst_info.vbo) { in log_replay()3849 kfree(rst_info.r_page); in log_replay()[all …]