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

/linux-master/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.
1152 push_seq = cil->xc_push_seq;
1176 cil->xc_push_seq = 0;
1402 (cil->xc_push_seq == cil->xc_current_sequence &&
1410 if (cil->xc_push_seq < cil->xc_current_sequence) {
1411 cil->xc_push_seq = cil->xc_current_sequence;
1495 push_seq <= cil->xc_push_seq) {
1500 cil->xc_push_seq
[all...]
H A Dxfs_log_priv.h279 xfs_csn_t xc_push_seq; member in struct:xfs_cil

Completed in 235 milliseconds