Home
last modified time | relevance | path

Searched refs:xc_current_sequence (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/fs/xfs/
H A Dxfs_log_cil.c82 return lip->li_seq == READ_ONCE(cil->xc_current_sequence); in xlog_item_in_current_chkpt()
191 ctx->sequence = ++cil->xc_current_sequence; in xlog_cil_ctx_switch()
1388 (cil->xc_push_seq == cil->xc_current_sequence && in xlog_cil_push_background()
1396 if (cil->xc_push_seq < cil->xc_current_sequence) { in xlog_cil_push_background()
1397 cil->xc_push_seq = cil->xc_current_sequence; in xlog_cil_push_background()
1459 ASSERT(push_seq && push_seq <= cil->xc_current_sequence); in xlog_cil_push_now()
1621 xfs_csn_t seq = log->l_cilp->xc_current_sequence; in xlog_cil_flush()
1653 ASSERT(sequence <= cil->xc_current_sequence); in xlog_cil_force_seq()
1656 sequence = cil->xc_current_sequence; in xlog_cil_force_seq()
1714 if (sequence == cil->xc_current_sequence && in xlog_cil_force_seq()
H A Dxfs_log_priv.h284 xfs_csn_t xc_current_sequence; member
603 xlog_cil_force_seq(log, log->l_cilp->xc_current_sequence); in xlog_cil_force()