Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/xfs/
A Dxfs_log_cil.c83 return lip->li_seq == READ_ONCE(cil->xc_current_sequence); in xlog_item_in_current_chkpt()
189 ctx->sequence = ++cil->xc_current_sequence; in xlog_cil_ctx_switch()
1446 (cil->xc_push_seq == cil->xc_current_sequence && in xlog_cil_push_background()
1454 if (cil->xc_push_seq < cil->xc_current_sequence) { in xlog_cil_push_background()
1455 cil->xc_push_seq = cil->xc_current_sequence; in xlog_cil_push_background()
1517 ASSERT(push_seq && push_seq <= cil->xc_current_sequence); in xlog_cil_push_now()
1679 xfs_csn_t seq = log->l_cilp->xc_current_sequence; in xlog_cil_flush()
1711 ASSERT(sequence <= cil->xc_current_sequence); in xlog_cil_force_seq()
1714 sequence = cil->xc_current_sequence; in xlog_cil_force_seq()
1772 if (sequence == cil->xc_current_sequence && in xlog_cil_force_seq()
A Dxfs_log_priv.h277 xfs_csn_t xc_current_sequence; member
598 xlog_cil_force_seq(log, log->l_cilp->xc_current_sequence); in xlog_cil_force()

Completed in 12 milliseconds