Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/libxfs/
Dxfs_log_recover.h110 xfs_lsn_t r_lsn; /* xact lsn */ member
/linux-6.12.1/fs/xfs/
Dxfs_log_recover.c2004 item, trans->r_lsn); in xlog_recover_items_pass2()
2366 trans->r_lsn = be64_to_cpu(rhead->h_lsn); in xlog_recover_ophdr_to_trans()
2441 if (log->l_recovery_lsn != trans->r_lsn && in xlog_recover_process_ophdr()
2446 log->l_recovery_lsn = trans->r_lsn; in xlog_recover_process_ophdr()
Dxfs_trace.h2270 __entry->lsn = trans->r_lsn;