Home
last modified time | relevance | path

Searched refs:r_lsn (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/fs/xfs/libxfs/
Dxfs_log_recover.h105 xfs_lsn_t r_lsn; /* xact lsn */ member
/kernel/linux/linux-5.10/fs/xfs/
Dxfs_log_recover.c1938 item, trans->r_lsn); in xlog_recover_items_pass2()
2300 trans->r_lsn = be64_to_cpu(rhead->h_lsn); in xlog_recover_ophdr_to_trans()
2375 if (log->l_recovery_lsn != trans->r_lsn && in xlog_recover_process_ophdr()
2380 log->l_recovery_lsn = trans->r_lsn; in xlog_recover_process_ophdr()
Dxfs_trace.h2124 __entry->lsn = trans->r_lsn;