Home
last modified time | relevance | path

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

/linux-6.15/drivers/md/
H A Ddm-integrity.c1115 for (i = 0; i < commit_sections; i++) in write_journal()
1119 commit_sections, &io_comp); in write_journal()
1150 for (i = 0; i < commit_sections - to_end; i++) in write_journal()
2706 unsigned int commit_start, commit_sections; in integrity_commit() local
2725 commit_sections = ic->n_uncommitted_sections; in integrity_commit()
2728 if (!commit_sections) in integrity_commit()
2734 for (n = 0; n < commit_sections; n++) { in integrity_commit()
2754 write_journal(ic, commit_start, commit_sections); in integrity_commit()
2757 ic->uncommitted_section += commit_sections; in integrity_commit()
2759 ic->n_uncommitted_sections -= commit_sections; in integrity_commit()
[all …]