Home
last modified time | relevance | path

Searched refs:xc_push_seq (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_log_cil.c629 * If the current sequence is the same as xc_push_seq we need to do a flush. If
630 * xc_push_seq is less than the current sequence, then it has already been
634 * xc_push_seq is checked unlocked against the sequence number for a match.
667 push_seq = cil->xc_push_seq; in xlog_cil_push_work()
687 cil->xc_push_seq = 0; in xlog_cil_push_work()
924 if (cil->xc_push_seq < cil->xc_current_sequence) {
925 cil->xc_push_seq = cil->xc_current_sequence;
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()
H A Dxfs_log_priv.h271 xfs_csn_t xc_push_seq; member
/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_log_cil.c1109 * If the current sequence is the same as xc_push_seq we need to do a flush. If
1110 * xc_push_seq is less than the current sequence, then it has already been
1114 * xc_push_seq is checked unlocked against the sequence number for a match.
1145 push_seq = cil->xc_push_seq; in xlog_cil_push_work()
1169 cil->xc_push_seq = 0; in xlog_cil_push_work()
1391 (cil->xc_push_seq == cil->xc_current_sequence &&
1399 if (cil->xc_push_seq < cil->xc_current_sequence) {
1400 cil->xc_push_seq = cil->xc_current_sequence;
1484 push_seq <= cil->xc_push_seq) { in xlog_cil_push_now()
1489 cil->xc_push_seq in xlog_cil_push_now()
[all...]
H A Dxfs_log_priv.h279 xfs_csn_t xc_push_seq; member

Completed in 6 milliseconds