Searched refs:last_lsn (Results 1 – 2 of 2) sorted by relevance
1026 u64 last_lsn; member1109 u64 last_lsn; member1262 info->last_lsn = le64_to_cpu(r_page->rhdr.lsn); in log_read_rst()1273 info->last_lsn = le64_to_cpu(ra->current_lsn); in log_read_rst()1323 log->last_lsn = log->oldest_lsn; in log_create()1383 ra->current_lsn = cpu_to_le64(log->last_lsn); in log_create_ra()3829 if (!rst_info2.restart || rst_info2.last_lsn <= rst_info.last_lsn) in log_replay()3943 log->last_lsn = le64_to_cpu(ra2->current_lsn); in log_replay()3953 vbo = lsn_to_vbo(log, log->last_lsn); in log_replay()3963 off = final_log_off(log, log->last_lsn, in log_replay()[all …]
2544 xfs_lsn_t last_lsn; in xlog_recover_process_intents() local2550 last_lsn = xlog_assign_lsn(log->l_curr_cycle, log->l_curr_block); in xlog_recover_process_intents()2565 ASSERT(XFS_LSN_CMP(last_lsn, lip->li_lsn) >= 0); in xlog_recover_process_intents()
Completed in 16 milliseconds