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.c239 unsigned int n_committed_sections; member
1389 next_section < ic->committed_section + ic->n_committed_sections) in find_newer_committed_node()
1391 if (next_section + ic->journal_sections < ic->committed_section + ic->n_committed_sections) in find_newer_committed_node()
2693 (ic->n_uncommitted_sections + ic->n_committed_sections) * in pad_uncommitted()
2699 ic->n_uncommitted_sections, ic->n_committed_sections, in pad_uncommitted()
2761 ic->n_committed_sections += commit_sections; in integrity_commit()
2955 write_sections = ic->n_committed_sections; in integrity_writer()
2967 ic->n_committed_sections -= write_sections; in integrity_writer()
3564 ic->n_committed_sections = 0; in replay_journal()