Home
last modified time | relevance | path

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

/linux/fs/bcachefs/
H A Djournal.c1144 static bool bch2_journal_writing_to_device(struct journal *j, unsigned dev_idx) in bch2_journal_writing_to_device() function
1165 wait_event(j->wait, !bch2_journal_writing_to_device(j, ca->dev_idx)); in bch2_dev_journal_stop()