Home
last modified time | relevance | path

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

/linux-4.4.14/fs/xfs/
Dxfs_log_cil.c446 xfs_lsn_t push_seq; in xlog_cil_push() local
458 push_seq = cil->xc_push_seq; in xlog_cil_push()
459 ASSERT(push_seq <= ctx->sequence); in xlog_cil_push()
474 if (push_seq < cil->xc_ctx->sequence) { in xlog_cil_push()
723 xfs_lsn_t push_seq) in xlog_cil_push_now() argument
730 ASSERT(push_seq && push_seq <= cil->xc_current_sequence); in xlog_cil_push_now()
740 if (list_empty(&cil->xc_cil) || push_seq <= cil->xc_push_seq) { in xlog_cil_push_now()
745 cil->xc_push_seq = push_seq; in xlog_cil_push_now()