Searched refs:journal_entry_is_inprogress (Results 1 – 1 of 1) sorted by relevance
121 #define journal_entry_is_inprogress(je) ((je)->u.s.sector_hi == cpu_to_le32(-2)) macro 2056 if (unlikely(journal_entry_is_inprogress(je))) { in __journal_read_write() 2060 __io_wait_event(ic->copy_to_journal_wait, !journal_entry_is_inprogress(je)); in __journal_read_write() 2734 io_wait_event(ic->copy_to_journal_wait, !journal_entry_is_inprogress(je)); in integrity_commit() 2824 BUG_ON(unlikely(journal_entry_is_inprogress(je)) && !from_replay); in do_journal_write() 2844 BUG_ON(unlikely(journal_entry_is_inprogress(je2)) && !from_replay); in do_journal_write()