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()
1650 (cil->xc_push_seq == cil->xc_current_sequence && in xlog_cil_push_background()
1658 if (cil->xc_push_seq < cil->xc_current_sequence) { in xlog_cil_push_background()
1659 cil->xc_push_seq = cil->xc_current_sequence; in xlog_cil_push_background()
1721 ASSERT(push_seq && push_seq <= cil->xc_current_sequence); in xlog_cil_push_now()
1883 xfs_csn_t seq = log->l_cilp->xc_current_sequence; in xlog_cil_flush()
1915 ASSERT(sequence <= cil->xc_current_sequence); in xlog_cil_force_seq()
1918 sequence = cil->xc_current_sequence; in xlog_cil_force_seq()
1976 if (sequence == cil->xc_current_sequence && in xlog_cil_force_seq()
H A Dxfs_log_priv.h299 xfs_csn_t xc_current_sequence; member
585 xlog_cil_force_seq(log, log->l_cilp->xc_current_sequence); in xlog_cil_force()