Home
last modified time | relevance | path

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

/Linux-v5.10/fs/xfs/
Dxfs_log_cil.c667 push_seq = cil->xc_push_seq; in xlog_cil_push_work()
682 cil->xc_push_seq = 0; in xlog_cil_push_work()
919 if (cil->xc_push_seq < cil->xc_current_sequence) { in xlog_cil_push_background()
920 cil->xc_push_seq = cil->xc_current_sequence; in xlog_cil_push_background()
973 if (list_empty(&cil->xc_cil) || push_seq <= cil->xc_push_seq) { in xlog_cil_push_now()
978 cil->xc_push_seq = push_seq; in xlog_cil_push_now()
Dxfs_log_priv.h271 xfs_lsn_t xc_push_seq; member