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.c1400 push_seq = cil->xc_push_seq; in xlog_cil_push_work()
1424 cil->xc_push_seq = 0; in xlog_cil_push_work()
1650 (cil->xc_push_seq == cil->xc_current_sequence && in xlog_cil_push_background()
1658 if (cil->xc_push_seq < cil->xc_current_sequence) { in xlog_cil_push_background()
1659 cil->xc_push_seq = cil->xc_current_sequence; in xlog_cil_push_background()
1743 push_seq <= cil->xc_push_seq) { in xlog_cil_push_now()
1748 cil->xc_push_seq = push_seq; in xlog_cil_push_now()
H A Dxfs_log_priv.h294 xfs_csn_t xc_push_seq; member