Searched refs:xc_push_seq (Results 1 – 2 of 2) sorted by relevance
1200 push_seq = cil->xc_push_seq; in xlog_cil_push_work()1224 cil->xc_push_seq = 0; in xlog_cil_push_work()1446 (cil->xc_push_seq == cil->xc_current_sequence && in xlog_cil_push_background()1454 if (cil->xc_push_seq < cil->xc_current_sequence) { in xlog_cil_push_background()1455 cil->xc_push_seq = cil->xc_current_sequence; in xlog_cil_push_background()1539 push_seq <= cil->xc_push_seq) { in xlog_cil_push_now()1544 cil->xc_push_seq = push_seq; in xlog_cil_push_now()
272 xfs_csn_t xc_push_seq; member