Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/md/
Ddm-integrity.c243 unsigned int n_uncommitted_sections; member
2230 ic->n_uncommitted_sections += next_entry / ic->journal_section_entries; in dm_integrity_map_continue()
2689 ic->n_uncommitted_sections++; in pad_uncommitted()
2692 (ic->n_uncommitted_sections + ic->n_committed_sections) * in pad_uncommitted()
2698 ic->n_uncommitted_sections, ic->n_committed_sections, in pad_uncommitted()
2725 commit_sections = ic->n_uncommitted_sections; in integrity_commit()
2759 ic->n_uncommitted_sections -= commit_sections; in integrity_commit()
3566 ic->n_uncommitted_sections = 0; in replay_journal()