Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/xfs/
H A Dxfs_log_cil.c658 xfs_lsn_t push_seq; in xlog_cil_push_work() local
667 push_seq = cil->xc_push_seq; in xlog_cil_push_work()
668 ASSERT(push_seq <= ctx->sequence); in xlog_cil_push_work()
694 if (push_seq < cil->xc_ctx->sequence) { in xlog_cil_push_work()
968 xfs_lsn_t push_seq) in xlog_cil_push_now() argument
975 ASSERT(push_seq && push_seq <= cil->xc_current_sequence); in xlog_cil_push_now()
985 if (list_empty(&cil->xc_cil) || push_seq <= cil->xc_push_seq) { in xlog_cil_push_now()
990 cil->xc_push_seq = push_seq; in xlog_cil_push_now()