Home
last modified time | relevance | path

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

/drivers/md/
Ddm-integrity.c104 #define journal_entry_is_inprogress(je) ((je)->u.s.sector_hi == cpu_to_le32(-2)) macro
1731 if (unlikely(journal_entry_is_inprogress(je))) { in __journal_read_write()
1735 __io_wait_event(ic->copy_to_journal_wait, !journal_entry_is_inprogress(je)); in __journal_read_write()
2109 io_wait_event(ic->copy_to_journal_wait, !journal_entry_is_inprogress(je)); in integrity_commit()
2195 BUG_ON(unlikely(journal_entry_is_inprogress(je)) && !from_replay); in do_journal_write()
2210 BUG_ON(unlikely(journal_entry_is_inprogress(je2)) && !from_replay); in do_journal_write()