Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/md/
Ddm-integrity.c101 #define journal_entry_is_inprogress(je) ((je)->u.s.sector_hi == cpu_to_le32(-2)) macro
1529 if (unlikely(journal_entry_is_inprogress(je))) { in __journal_read_write()
1533 __io_wait_event(ic->copy_to_journal_wait, !journal_entry_is_inprogress(je)); in __journal_read_write()
1865 io_wait_event(ic->copy_to_journal_wait, !journal_entry_is_inprogress(je)); in integrity_commit()
1951 BUG_ON(unlikely(journal_entry_is_inprogress(je)) && !from_replay); in do_journal_write()
1966 BUG_ON(unlikely(journal_entry_is_inprogress(je2)) && !from_replay); in do_journal_write()