Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/md/
Ddm-integrity.c205 unsigned n_committed_sections; member
1094 next_section < ic->committed_section + ic->n_committed_sections) in find_newer_committed_node()
1096 if (next_section + ic->journal_sections < ic->committed_section + ic->n_committed_sections) in find_newer_committed_node()
1832 …(ic->n_uncommitted_sections + ic->n_committed_sections) * ic->journal_section_entries + ic->free_s… in pad_uncommitted()
1885 ic->n_committed_sections += commit_sections; in integrity_commit()
2075 write_sections = ic->n_committed_sections; in integrity_writer()
2087 ic->n_committed_sections -= write_sections; in integrity_writer()
2381 ic->n_committed_sections = 0; in replay_journal()