Home
last modified time | relevance | path

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

/Linux-v6.6/fs/xfs/
Dxfs_log_cil.c82 return lip->li_seq == READ_ONCE(cil->xc_current_sequence); in xlog_item_in_current_chkpt()
194 ctx->sequence = ++cil->xc_current_sequence; in xlog_cil_ctx_switch()
1391 (cil->xc_push_seq == cil->xc_current_sequence && in xlog_cil_push_background()
1399 if (cil->xc_push_seq < cil->xc_current_sequence) { in xlog_cil_push_background()
1400 cil->xc_push_seq = cil->xc_current_sequence; in xlog_cil_push_background()
1462 ASSERT(push_seq && push_seq <= cil->xc_current_sequence); in xlog_cil_push_now()
1624 xfs_csn_t seq = log->l_cilp->xc_current_sequence; in xlog_cil_flush()
1656 ASSERT(sequence <= cil->xc_current_sequence); in xlog_cil_force_seq()
1659 sequence = cil->xc_current_sequence; in xlog_cil_force_seq()
1717 if (sequence == cil->xc_current_sequence && in xlog_cil_force_seq()
Dxfs_log_priv.h284 xfs_csn_t xc_current_sequence; member
602 xlog_cil_force_seq(log, log->l_cilp->xc_current_sequence); in xlog_cil_force()