Home
last modified time | relevance | path

Searched refs:last_lsn (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/fs/ntfs3/
H A Dfslog.c999 u64 last_lsn; member
1058 u64 last_lsn; member
1287 info->last_lsn = le64_to_cpu(r_page->rhdr.lsn); in log_read_rst()
1298 info->last_lsn = le64_to_cpu(ra->current_lsn); in log_read_rst()
1342 log->last_lsn = log->oldest_lsn; in log_create()
1402 ra->current_lsn = cpu_to_le64(log->last_lsn); in log_create_ra()
3848 log->rst_info2.last_lsn <= log->rst_info.last_lsn) in log_replay()
3956 log->last_lsn = le64_to_cpu(ra2->current_lsn); in log_replay()
3966 vbo = lsn_to_vbo(log, log->last_lsn); in log_replay()
3976 off = final_log_off(log, log->last_lsn, in log_replay()
[all …]
/linux-6.15/fs/xfs/
H A Dxfs_log_recover.c2597 xfs_lsn_t last_lsn; in xlog_recover_process_intents() local
2599 last_lsn = xlog_assign_lsn(log->l_curr_cycle, log->l_curr_block); in xlog_recover_process_intents()
2610 ASSERT(XFS_LSN_CMP(last_lsn, dfp->dfp_intent->li_lsn) >= 0); in xlog_recover_process_intents()