Home
last modified time | relevance | path

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

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