Home
last modified time | relevance | path

Searched refs:xc_push_seq (Results 1 – 2 of 2) sorted by relevance

/linux/fs/xfs/
H A Dxfs_log_cil.c1268 * If the current sequence is the same as xc_push_seq we need to do a flush. If
1269 * xc_push_seq is less than the current sequence, then it has already been
1273 * xc_push_seq is checked unlocked against the sequence number for a match.
1311 push_seq = cil->xc_push_seq; in xlog_cil_push_work()
1335 cil->xc_push_seq = 0; in xlog_cil_push_work()
1561 (cil->xc_push_seq == cil->xc_current_sequence && in xlog_cil_push_background()
1569 if (cil->xc_push_seq < cil->xc_current_sequence) { in xlog_cil_push_background()
1570 cil->xc_push_seq = cil->xc_current_sequence; in xlog_cil_push_background()
1654 push_seq <= cil->xc_push_seq) { in xlog_cil_push_now()
1659 cil->xc_push_seq in xlog_cil_push_now()
[all...]
H A Dxfs_log_priv.h279 xfs_csn_t xc_push_seq; member