Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/
Dxfs_log_cil.c763 cil->xc_current_sequence = new_ctx->sequence; in xlog_cil_push()
902 if (cil->xc_push_seq < cil->xc_current_sequence) { in xlog_cil_push_background()
903 cil->xc_push_seq = cil->xc_current_sequence; in xlog_cil_push_background()
926 ASSERT(push_seq && push_seq <= cil->xc_current_sequence); in xlog_cil_push_now()
1041 ASSERT(sequence <= cil->xc_current_sequence); in xlog_cil_force_lsn()
1097 if (sequence == cil->xc_current_sequence && in xlog_cil_force_lsn()
1181 cil->xc_current_sequence = ctx->sequence; in xlog_cil_init()
Dxfs_log_priv.h279 xfs_lsn_t xc_current_sequence; member
531 xlog_cil_force_lsn(log, log->l_cilp->xc_current_sequence); in xlog_cil_force()