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

/linux-master/drivers/md/
H A Ddm-integrity.c117 #define journal_entry_is_inprogress(je) ((je)->u.s.sector_hi == cpu_to_le32(-2)) macro
2046 if (unlikely(journal_entry_is_inprogress(je))) {
2050 __io_wait_event(ic->copy_to_journal_wait, !journal_entry_is_inprogress(je));
2459 io_wait_event(ic->copy_to_journal_wait, !journal_entry_is_inprogress(je));
2549 BUG_ON(unlikely(journal_entry_is_inprogress(je)) && !from_replay);
2569 BUG_ON(unlikely(journal_entry_is_inprogress(je2)) && !from_replay);

Completed in 124 milliseconds