Home
last modified time | relevance | path

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

/linux-6.15/fs/bcachefs/
H A Djournal_reclaim.c371 if (j->flush_in_progress == pin) in __journal_pin_drop()
506 wait_event(j->pin_flush_wait, j->flush_in_progress != pin); in bch2_journal_pin_flush()
584 BUG_ON(j->flush_in_progress); in journal_flush_pins()
585 j->flush_in_progress = pin; in journal_flush_pins()
606 j->flush_in_progress = NULL; in journal_flush_pins()
H A Djournal_types.h280 struct journal_entry_pin *flush_in_progress; member