Home
last modified time | relevance | path

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

/linux/drivers/md/
H A Ddm-integrity.c244 unsigned int n_committed_sections; member
1400 next_section < ic->committed_section + ic->n_committed_sections) in find_newer_committed_node()
1402 if (next_section + ic->journal_sections < ic->committed_section + ic->n_committed_sections) in find_newer_committed_node()
2813 (ic->n_uncommitted_sections + ic->n_committed_sections) * in pad_uncommitted()
2819 ic->n_uncommitted_sections, ic->n_committed_sections, in pad_uncommitted()
2881 ic->n_committed_sections += commit_sections; in integrity_commit()
3078 write_sections = ic->n_committed_sections; in integrity_writer()
3090 ic->n_committed_sections -= write_sections; in integrity_writer()
3699 ic->n_committed_sections = 0; in replay_journal()