Home
last modified time | relevance | path

Searched refs:l_prev_cycle (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_log_priv.h412 int l_prev_cycle; /* Cycle number before last member
H A Dxfs_log.c3081 log->l_prev_cycle = log->l_curr_cycle; in xlog_state_switch_iclogs()
3541 if (CYCLE_LSN(tail_lsn) == log->l_prev_cycle) { in xlog_verify_tail_lsn()
3547 ASSERT(CYCLE_LSN(tail_lsn)+1 == log->l_prev_cycle); in xlog_verify_tail_lsn()
/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_log_priv.h427 int l_prev_cycle; /* Cycle number before last member
H A Dxfs_log.c3093 log->l_prev_cycle = log->l_curr_cycle; in xlog_state_switch_iclogs()
3582 if (CYCLE_LSN(tail_lsn) == log->l_prev_cycle) { in xlog_verify_tail_lsn()
3588 ASSERT(CYCLE_LSN(tail_lsn)+1 == log->l_prev_cycle); in xlog_verify_tail_lsn()

Completed in 12 milliseconds