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

/linux-master/fs/xfs/
H A Dxfs_log_priv.h428 int l_prev_cycle; /* Cycle number before last member in struct:xlog
H A Dxfs_log.c3095 log->l_prev_cycle = log->l_curr_cycle;
3585 if (CYCLE_LSN(tail_lsn) == log->l_prev_cycle) {
3591 ASSERT(CYCLE_LSN(tail_lsn)+1 == log->l_prev_cycle);

Completed in 199 milliseconds