Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/md/
Ddm-integrity.c72 __le32 journal_sections; member
204 unsigned journal_sections; member
489 if (unlikely(*sec_ptr >= ic->journal_sections)) in wraparound_section()
490 *sec_ptr -= ic->journal_sections; in wraparound_section()
732 if (unlikely(section >= ic->journal_sections) || in access_journal_check()
735 function, section, offset, ic->journal_sections, limit); in access_journal_check()
1123 if (commit_start + commit_sections <= ic->journal_sections) { in write_journal()
1140 to_end = ic->journal_sections - commit_start; in write_journal()
1405 if (next_section + ic->journal_sections < ic->committed_section + ic->n_committed_sections) in find_newer_committed_node()
2342 if (WARN_ON(ic->journal_sections * ic->journal_section_entries != in pad_uncommitted()
[all …]