Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/
Dxfs_log_cil.c654 push_seq = cil->xc_push_seq; in xlog_cil_push()
663 cil->xc_push_seq = 0; in xlog_cil_push()
902 if (cil->xc_push_seq < cil->xc_current_sequence) { in xlog_cil_push_background()
903 cil->xc_push_seq = cil->xc_current_sequence; in xlog_cil_push_background()
936 if (list_empty(&cil->xc_cil) || push_seq <= cil->xc_push_seq) { in xlog_cil_push_now()
941 cil->xc_push_seq = push_seq; in xlog_cil_push_now()
Dxfs_log_priv.h276 xfs_lsn_t xc_push_seq; member