Home
last modified time | relevance | path

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

/linux/fs/bcachefs/
H A Djournal_reclaim.c529 unsigned allowed_above = allowed_above_seq; in journal_flush_pins() local
533 allowed_above |= ~0; in journal_flush_pins()
538 allowed_above |= 1U << JOURNAL_PIN_key_cache; in journal_flush_pins()
547 pin = journal_get_next_pin(j, seq_to_flush, allowed_below, allowed_above, &seq); in journal_flush_pins()