Searched refs:push_seq (Results 1 – 1 of 1) sorted by relevance
440 xfs_lsn_t push_seq; in xlog_cil_push() local452 push_seq = cil->xc_push_seq; in xlog_cil_push()453 ASSERT(push_seq <= ctx->sequence); in xlog_cil_push()468 if (push_seq < cil->xc_ctx->sequence) { in xlog_cil_push()717 xfs_lsn_t push_seq) in xlog_cil_push_now() argument724 ASSERT(push_seq && push_seq <= cil->xc_current_sequence); in xlog_cil_push_now()734 if (list_empty(&cil->xc_cil) || push_seq <= cil->xc_push_seq) { in xlog_cil_push_now()739 cil->xc_push_seq = push_seq; in xlog_cil_push_now()