Home
last modified time | relevance | path

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

/linux-6.1.9/fs/xfs/
Dxfs_log_cil.c1189 xfs_csn_t push_seq; in xlog_cil_push_work() local
1200 push_seq = cil->xc_push_seq; in xlog_cil_push_work()
1201 ASSERT(push_seq <= ctx->sequence); in xlog_cil_push_work()
1231 if (push_seq < ctx->sequence) { in xlog_cil_push_work()
1509 xfs_lsn_t push_seq, in xlog_cil_push_now() argument
1517 ASSERT(push_seq && push_seq <= cil->xc_current_sequence); in xlog_cil_push_now()
1539 push_seq <= cil->xc_push_seq) { in xlog_cil_push_now()
1544 cil->xc_push_seq = push_seq; in xlog_cil_push_now()