Searched refs:xc_push_seq (Results 1 – 2 of 2) sorted by relevance
879 push_seq = cil->xc_push_seq; in xlog_cil_push_work()901 cil->xc_push_seq = 0; in xlog_cil_push_work()1152 if (cil->xc_push_seq < cil->xc_current_sequence) { in xlog_cil_push_background()1153 cil->xc_push_seq = cil->xc_current_sequence; in xlog_cil_push_background()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()
281 xfs_csn_t xc_push_seq; member