Home
last modified time | relevance | path

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

/Linux-v5.15/fs/xfs/libxfs/
Dxfs_log_recover.h105 xfs_lsn_t r_lsn; /* xact lsn */ member
/Linux-v5.15/fs/xfs/
Dxfs_log_recover.c1963 item, trans->r_lsn); in xlog_recover_items_pass2()
2325 trans->r_lsn = be64_to_cpu(rhead->h_lsn); in xlog_recover_ophdr_to_trans()
2400 if (log->l_recovery_lsn != trans->r_lsn && in xlog_recover_process_ophdr()
2405 log->l_recovery_lsn = trans->r_lsn; in xlog_recover_process_ophdr()
Dxfs_trace.h2263 __entry->lsn = trans->r_lsn;