Home
last modified time | relevance | path

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

/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()
188 ctx->sequence = ++cil->xc_current_sequence; in xlog_cil_ctx_switch()
1568 (cil->xc_push_seq == cil->xc_current_sequence && in xlog_cil_push_background()
1576 if (cil->xc_push_seq < cil->xc_current_sequence) { in xlog_cil_push_background()
1577 cil->xc_push_seq = cil->xc_current_sequence; in xlog_cil_push_background()
1639 ASSERT(push_seq && push_seq <= cil->xc_current_sequence); in xlog_cil_push_now()
1801 xfs_csn_t seq = log->l_cilp->xc_current_sequence; in xlog_cil_flush()
1833 ASSERT(sequence <= cil->xc_current_sequence); in xlog_cil_force_seq()
1836 sequence = cil->xc_current_sequence; in xlog_cil_force_seq()
1894 if (sequence == cil->xc_current_sequence && in xlog_cil_force_seq()
H A Dxfs_log_priv.h284 xfs_csn_t xc_current_sequence; member
569 xlog_cil_force_seq(log, log->l_cilp->xc_current_sequence); in xlog_cil_force()