Searched refs:xc_push_seq (Results 1 – 2 of 2) sorted by relevance
1358 * If the current sequence is the same as xc_push_seq we need to do a flush. If1359 * xc_push_seq is less than the current sequence, then it has already been1363 * xc_push_seq is checked unlocked against the sequence number for a match.1401 push_seq = cil->xc_push_seq; in xlog_cil_push_work() 1425 cil->xc_push_seq = 0; in xlog_cil_push_work() 1652 (cil->xc_push_seq == cil->xc_current_sequence && in xlog_cil_push_background() 1660 if (cil->xc_push_seq < cil->xc_current_sequence) { in xlog_cil_push_background() 1661 cil->xc_push_seq = cil->xc_current_sequence; in xlog_cil_push_background() 1745 push_seq <= cil->xc_push_seq) { in xlog_cil_push_now() 1750 cil->xc_push_seq in xlog_cil_push_now() [all...]
294 xfs_csn_t xc_push_seq; member