Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/md/
Ddm-integrity.c225 unsigned n_committed_sections; member
1299 next_section < ic->committed_section + ic->n_committed_sections) in find_newer_committed_node()
1301 if (next_section + ic->journal_sections < ic->committed_section + ic->n_committed_sections) in find_newer_committed_node()
2224 (ic->n_uncommitted_sections + ic->n_committed_sections) * in pad_uncommitted()
2230 ic->n_uncommitted_sections, ic->n_committed_sections, in pad_uncommitted()
2287 ic->n_committed_sections += commit_sections; in integrity_commit()
2478 write_sections = ic->n_committed_sections; in integrity_writer()
2490 ic->n_committed_sections -= write_sections; in integrity_writer()
2924 ic->n_committed_sections = 0; in replay_journal()