Searched refs:push_seq (Results 1 – 1 of 1) sorted by relevance
868 xfs_csn_t push_seq; in xlog_cil_push_work() local879 push_seq = cil->xc_push_seq; in xlog_cil_push_work()880 ASSERT(push_seq <= ctx->sequence); in xlog_cil_push_work()908 if (push_seq < ctx->sequence) { in xlog_cil_push_work()1208 xfs_lsn_t push_seq, in xlog_cil_push_now() argument1216 ASSERT(push_seq && push_seq <= cil->xc_current_sequence); in xlog_cil_push_now()1227 if (list_empty(&cil->xc_cil) || push_seq <= cil->xc_push_seq) { in xlog_cil_push_now()1232 cil->xc_push_seq = push_seq; in xlog_cil_push_now()