Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/xfs/
Dxfs_log_cil.c782 cil->xc_current_sequence = new_ctx->sequence; in xlog_cil_push_work()
919 if (cil->xc_push_seq < cil->xc_current_sequence) { in xlog_cil_push_background()
920 cil->xc_push_seq = cil->xc_current_sequence; in xlog_cil_push_background()
963 ASSERT(push_seq && push_seq <= cil->xc_current_sequence); in xlog_cil_push_now()
1086 ASSERT(sequence <= cil->xc_current_sequence); in xlog_cil_force_lsn()
1142 if (sequence == cil->xc_current_sequence && in xlog_cil_force_lsn()
1227 cil->xc_current_sequence = ctx->sequence; in xlog_cil_init()
Dxfs_log_priv.h274 xfs_lsn_t xc_current_sequence; member
562 xlog_cil_force_lsn(log, log->l_cilp->xc_current_sequence); in xlog_cil_force()