Searched refs:flush_in_progress (Results 1 – 2 of 2) sorted by relevance
349 if (j->flush_in_progress == pin) in __journal_pin_drop()472 wait_event(j->pin_flush_wait, j->flush_in_progress != pin); in bch2_journal_pin_flush()549 BUG_ON(j->flush_in_progress); in journal_flush_pins()550 j->flush_in_progress = pin; in journal_flush_pins()571 j->flush_in_progress = NULL; in journal_flush_pins()
281 struct journal_entry_pin *flush_in_progress; member