Searched refs:journal_entry_is_inprogress (Results 1 – 1 of 1) sorted by relevance
122 #define journal_entry_is_inprogress(je) ((je)->u.s.sector_hi == cpu_to_le32(-2)) macro2166 if (unlikely(journal_entry_is_inprogress(je))) { in __journal_read_write()2170 __io_wait_event(ic->copy_to_journal_wait, !journal_entry_is_inprogress(je)); in __journal_read_write()2860 io_wait_event(ic->copy_to_journal_wait, !journal_entry_is_inprogress(je)); in integrity_commit()2950 BUG_ON(unlikely(journal_entry_is_inprogress(je)) && !from_replay); in do_journal_write()2970 BUG_ON(unlikely(journal_entry_is_inprogress(je2)) && !from_replay); in do_journal_write()