Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/
H A Dxfs_log_cil.c1142 push_seq = cil->xc_push_seq; in xlog_cil_push_work()
1166 cil->xc_push_seq = 0; in xlog_cil_push_work()
1388 (cil->xc_push_seq == cil->xc_current_sequence && in xlog_cil_push_background()
1396 if (cil->xc_push_seq < cil->xc_current_sequence) { in xlog_cil_push_background()
1397 cil->xc_push_seq = cil->xc_current_sequence; in xlog_cil_push_background()
1481 push_seq <= cil->xc_push_seq) { in xlog_cil_push_now()
1486 cil->xc_push_seq = push_seq; in xlog_cil_push_now()
H A Dxfs_log_priv.h279 xfs_csn_t xc_push_seq; member