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

/linux-master/fs/bcachefs/
H A Djournal_reclaim.c474 u64 seq_to_flush,
484 if (*seq > seq_to_flush && !allowed_above_seq)
488 if ((((1U << i) & allowed_below_seq) && *seq <= seq_to_flush) ||
502 u64 seq_to_flush,
535 pin = journal_get_next_pin(j, seq_to_flush, allowed_below, allowed_above, &seq);
577 u64 seq_to_flush = 0; local
594 seq_to_flush = max(seq_to_flush,
599 seq_to_flush = max_t(s64, seq_to_flush,
473 journal_get_next_pin(struct journal *j, u64 seq_to_flush, unsigned allowed_below_seq, unsigned allowed_above_seq, u64 *seq) argument
501 journal_flush_pins(struct journal *j, u64 seq_to_flush, unsigned allowed_below_seq, unsigned allowed_above_seq, unsigned min_any, unsigned min_key_cache) argument
633 u64 seq_to_flush; local
795 journal_flush_done(struct journal *j, u64 seq_to_flush, bool *did_work) argument
831 bch2_journal_flush_pins(struct journal *j, u64 seq_to_flush) argument
[all...]

Completed in 204 milliseconds